Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Jul 16, 2014
1 parent fde96af commit a1ba047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paia.md
Expand Up @@ -344,12 +344,12 @@ 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 `+hh:ss` or `-hh:ss`) where:
timezone indicator (`Z` for UTC or `+mm:ss` or `-mm:ss`) where:

* `YYYY` indicates a year (`0001` through `9999`)
* `MM` indicates a month (`01` through `12`)
* `DD` indicates a day (`01` through `31`)
* `hh` indicates an hour (`00`and `23`)
* `hh` indicates an hour (`00` through `23`)
* `mm` indicates a minute (`00` through `59`)
* `ss` indicates a second (`00` through `59`)

Expand Down

0 comments on commit a1ba047

Please sign in to comment.