Skip to content

Commit efe246c

Browse files
authored
Update 0000-timestamp-offset-and-docs.md
1 parent 7755663 commit efe246c

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

rfds/0000-timestamp-offset-and-docs.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@ should also mention the acceptable range of timezone offset values.
6060
[examples]: #examples
6161

6262
The 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

6767
Note that a CVE producer can provide a timestamp in the form
6868
yyyy-MM-ddTHH:mm:ss.sss without a timezone offset being specified. This will
6969
be converted to UTC on submission to CVE Services.
7070

7171
Examples:
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

7676
Current 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

7979
Regular expression update:
8080
TBD
@@ -149,3 +149,4 @@ timezone offset (outside of the range -12:00 through 14:00)?
149149

150150
TBD
151151

152+

0 commit comments

Comments
 (0)