Extend limits of allowed time zone offsets
This commit is contained in:
committed by
Dimitri Schoolwerth
parent
af309e6d96
commit
9b9f8ac468
@@ -925,8 +925,8 @@ void DateTimeTestCase::TestTimeZoneParse()
|
||||
|
||||
// Some invalid ones too.
|
||||
|
||||
{ "00:00-1300" }, // Offset out of range.
|
||||
{ "00:00+1300" }, // Offset out of range.
|
||||
{ "00:00-1600" }, // Offset out of range.
|
||||
{ "00:00+1600" }, // Offset out of range.
|
||||
|
||||
{ "00:00+00:" }, // Minutes missing after colon separator.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user