Closed mristin closed 8 months ago
We incorrectly did not group the offset for +14:00 or -14:00, so it could be directly concatenated to the day in xs:date's.
+14:00
-14:00
xs:date
This patch fixes the issue, so the incorrect dates are correctly recognized.
@s-heppner @zrgt please propagate this patch to V3.1 at your next convenience.
We incorrectly did not group the offset for
+14:00
or-14:00
, so it could be directly concatenated to the day inxs:date
's.This patch fixes the issue, so the incorrect dates are correctly recognized.