Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rwhogg authored Dec 5, 2022
1 parent 9339fe2 commit 2857b54
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 2857b54

Please sign in to comment.