We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3d0188 + 2857b54 commit 37349a6Copy full SHA for 37349a6
README.md
@@ -149,7 +149,7 @@ Code: https://github.com/tomwalder/php-gds-demo
149
In 5.1, timezone support has been improved for `DateTime` objects going in & out of Datastore.
150
151
#### How the data is stored
152
-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.
153
154
#### Data coming out through PHP-GDS as Entities
155
You can now expect any `DateTime` object coming out of Datastore from PHP-GDS to have your current PHP default timezone applied. Example follows:
0 commit comments