Skip to content

Commit

Permalink
Merge pull request #183 from rwhogg/rwhogg-patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
tomwalder authored Apr 14, 2023
2 parents f3d0188 + 2857b54 commit 37349a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 37349a6

Please sign in to comment.