Skip to content

Commit 2857b54

Browse files
authored
Fix typo in README.md
1 parent 9339fe2 commit 2857b54

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)