add proper timezones

This commit is contained in:
vv01f 2021-04-26 13:56:04 +02:00
parent baf0ed753c
commit dd0426c650
No known key found for this signature in database
GPG Key ID: 02625A16AC1D1FF6
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
</xs:simpleType> </xs:simpleType>
<xs:simpleType name="rfc822Type"> <xs:simpleType name="rfc822Type">
<xs:restriction base="xs:string"> <xs:restriction base="xs:string">
<xs:pattern value="(((Mon)|(Tue)|(Wed)|(Thu)|(Fri)|(Sat)|(Sun)), *)?\d\d? +((Jan)|(Feb)|(Mar)|(Apr)|(May)|(Jun)|(Jul)|(Aug)|(Sep)|(Oct)|(Nov)|(Dec)) +\d\d(\d\d)? +\d\d:\d\d(:\d\d)? +(([+\-]?\d\d\d\d)|(UT)|(GMT)|(EST)|(EDT)|(CST)|(CDT)|(MST)|(MDT)|(PST)|(PDT)|\w)"/> <xs:pattern value="(((Mon)|(Tue)|(Wed)|(Thu)|(Fri)|(Sat)|(Sun)), *)?\d\d? +((Jan)|(Feb)|(Mar)|(Apr)|(May)|(Jun)|(Jul)|(Aug)|(Sep)|(Oct)|(Nov)|(Dec)) +\d\d(\d\d)? +\d\d:\d\d(:\d\d)? +(([+\-]?\d\d\d\d)|(UT)|(UTC)|(GMT)|(EST)|(EDT)|(CST)|(CDT)|(MEZ)|(MESZ)|(MST)|(MDT)|(PST)|(PDT)|\w)"/>
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
<xs:complexType name="categoryType"> <xs:complexType name="categoryType">