@@ -60,21 +60,21 @@ should also mention the acceptable range of timezone offset values.
6060[ examples ] : #examples
6161
6262The agreed upon timezone format for timestamp fields in CVE Record Format:
63- yyyy-MM-ddTHH:mm: ss .sssZ
64- yyyy-MM-ddTHH:mm: ss .sss+HH: mm
65- yyyy-MM-ddTHH:mm: ss .sss-HH: mm
63+ - yyyy-MM-ddTHH:mm: ss .sssZ
64+ - yyyy-MM-ddTHH:mm: ss .sss+HH: mm
65+ - yyyy-MM-ddTHH:mm: ss .sss-HH: mm
6666
6767Note that a CVE producer can provide a timestamp in the form
6868yyyy-MM-ddTHH:mm: ss .sss without a timezone offset being specified. This will
6969be converted to UTC on submission to CVE Services.
7070
7171Examples:
72- 2026-02-05T00:53:09.778Z
73- 2026-02-05T00:53:09.778+06:00
74- 2026-02-05T00:53:09.778-12:00
72+ - 2026-02-05T00:53:09.778Z
73+ - 2026-02-05T00:53:09.778+06:00
74+ - 2026-02-05T00:53:09.778-12:00
7575
7676Current regular expression:
77- ^(((2000|2400|2800|(19|2[ 0-9] ( 0[48]|[2468][048]|[13579][26] ) ))-02-29)|(((19|2[ 0-9] )[ 0-9] {2})-02-(0[ 1-9] |1[ 0-9] |2[ 0-8] ))|(((19|2[ 0-9] )[ 0-9] {2})-(0[ 13578] |10|12)-(0[ 1-9] |[ 12] [ 0-9 ] |3[ 01] ))|(((19|2[ 0-9] )[ 0-9] {2})-(0[ 469] |11)-(0[ 1-9] |[ 12] [ 0-9 ] |30)))T(2[ 0-3] |[ 01] [ 0-9 ] ):([ 0-5] [ 0-9 ] ):([ 0-5] [ 0-9 ] )(\\ .[ 0-9] +)?(Z|[ +-] [ 0-9 ] {2}:[ 0-9] {2})?$
77+ - ^(((2000|2400|2800|(19|2[ 0-9] ( 0[48]|[2468][048]|[13579][26] ) ))-02-29)|(((19|2[ 0-9] )[ 0-9] {2})-02-(0[ 1-9] |1[ 0-9] |2[ 0-8] ))|(((19|2[ 0-9] )[ 0-9] {2})-(0[ 13578] |10|12)-(0[ 1-9] |[ 12] [ 0-9 ] |3[ 01] ))|(((19|2[ 0-9] )[ 0-9] {2})-(0[ 469] |11)-(0[ 1-9] |[ 12] [ 0-9 ] |30)))T(2[ 0-3] |[ 01] [ 0-9 ] ):([ 0-5] [ 0-9 ] ):([ 0-5] [ 0-9 ] )(\\ .[ 0-9] +)?(Z|[ +-] [ 0-9 ] {2}:[ 0-9] {2})?$
7878
7979Regular expression update:
8080TBD
@@ -149,3 +149,4 @@ timezone offset (outside of the range -12:00 through 14:00)?
149149
150150TBD
151151
152+
0 commit comments