Skip to content

Commit 37349a6

Browse files
authored
Merge pull request #183 from rwhogg/rwhogg-patch-1
Fix typo in README.md
2 parents f3d0188 + 2857b54 commit 37349a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Code: https://github.com/tomwalder/php-gds-demo
149149
In 5.1, timezone support has been improved for `DateTime` objects going in & out of Datastore.
150150

151151
#### 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.
152+
Datastore keeps the data recorded as UTC. When you browse data in the Google Cloud Console, they represent it in your locale.
153153

154154
#### Data coming out through PHP-GDS as Entities
155155
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

Comments
 (0)