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:dateTime for offset #321

Closed mristin closed 4 months ago

mristin commented 4 months ago

We incorrectly did not group the offset for +14:00 or -14:00, so it could be directly concatenated as prefix in xs:dateTime's.

This patch fixes the issue, so the incorrect date-times are correctly recognized.

mristin commented 4 months ago

@s-heppner @zrgt Please do not forget to propagate this fix to V3.1 as well.