Skip to content

Commit

Permalink
fixed timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Jul 16, 2014
1 parent 1892250 commit 0f2556b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paia.md
Expand Up @@ -351,7 +351,7 @@ date
datetime
: A date value in `YYY-MM-DD` format, optionally followed by a time value. A
time value consists of the letter `T` followed by `hh:mm:ss` format, and a
timezone indicator (`Z` for UTC or `+mm:ss` or `-mm:ss`) where:
timezone indicator (`Z` for UTC or `+hh:mm` or `-hh:mm`) where:

* `YYYY` indicates a year (`0001` through `9999`)
* `MM` indicates a month (`01` through `12`)
Expand Down

0 comments on commit 0f2556b

Please sign in to comment.