From 54a8b2dc197633d248e87b849d4617de6e45edad Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Mon, 8 Aug 2016 18:25:59 -0400 Subject: [PATCH] Allow optional leading hours digit in offset when a colon is required. --- tz.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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.