I found the strftime format for 14-digit [CDXJ timestamps](https://specs.webrecorder.net/cdxj/0.1.0/#timestamp) in [the timeutils module](https://github.com/webrecorder/warcio/blob/6775fb9ea3505db144a145c5a8b3ba1dfb822ac1/warcio/timeutils.py#L19C17-L19C29) of warcio. ``` %Y%m%d%H%M%S ``` It would be useful to mention this in the spec itself (or in an annotation).