nvim-neorg / norg-specs

A collection of specifications and grammars for Neorg's file format, `norg`.
88 stars 18 forks source link

Support timestamp in ISO 8601 #29

Open Stuv7CB opened 5 months ago

Stuv7CB commented 5 months ago

Hello. ISO 8601 is recommended international format for time representation, would it be possible to add support of such format into specifications

The following profile of ISO 8601 [ISO8601] dates SHOULD be used in new protocols on the Internet. This is specified using the syntax description notation defined in [ABNF].

mrossinek commented 1 month ago

This seems like a sensible suggestion :+1: And it should be fairly trivial to distinguish from the more human-readable format currently required by the spec so we can probably support both at the same time.