From 0f2556be3ce48c8f62dc4dc62ee8d98fdb17bef8 Mon Sep 17 00:00:00 2001 From: Jakob Voss Date: Wed, 16 Jul 2014 13:24:24 +0200 Subject: [PATCH] fixed timezone --- paia.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paia.md b/paia.md index c5b867f..0c01536 100644 --- a/paia.md +++ b/paia.md @@ -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`)