From 2857b54e8cbd92ec50792ec476cc18a681fe0200 Mon Sep 17 00:00:00 2001 From: "Bob \"Wombat\" Hogg" Date: Mon, 5 Dec 2022 10:21:25 -0500 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fc7a3a..808f976 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ Code: https://github.com/tomwalder/php-gds-demo In 5.1, timezone support has been improved for `DateTime` objects going in & out of Datastore. #### How the data is stored -Datstore keeps the data recorded as UTC. When you browse data in the Google Cloud Console, they represent it in your locale. +Datastore keeps the data recorded as UTC. When you browse data in the Google Cloud Console, they represent it in your locale. #### Data coming out through PHP-GDS as Entities You can now expect any `DateTime` object coming out of Datastore from PHP-GDS to have your current PHP default timezone applied. Example follows: