aas-core-works / aas-core-meta

Provide formalized meta-models for Asset Administration Shell (AAS).
Other
9 stars 3 forks source link

[V3] Fix the pattern in xs:date for offset #320

Closed mristin closed 7 months ago

mristin commented 7 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.

This patch fixes the issue, so the incorrect dates are correctly recognized.

mristin commented 7 months ago

@s-heppner @zrgt please propagate this patch to V3.1 at your next convenience.