diff --git a/tz.html b/tz.html index dabf9cc..d29d155 100644 --- a/tz.html +++ b/tz.html @@ -26,7 +26,7 @@

Howard E. Hinnant
-2016-06-27
+2016-08-08

Time Zone Database Parser

@@ -2289,8 +2289,9 @@ passed in, on successful parse it will hold the value represented by

The format of the offset is +/-hhmm. The leading plus or minus sign is required. If the format string was modified (i.e. %Ez -or %Oz), a colon is required between hours and minutes: -+/-hh:mm. +or %Oz), a colon is required between hours and minutes, and the leading +hours digit is optional: ++/-[h]h:mm.