• @cfi
    link
    English
    853 months ago

    Well, in their defense, when they were writing the document there was no standard yet

  • @[email protected]
    link
    fedilink
    English
    34
    edit-2
    3 months ago

    It’s just a standard specification. The standard specification doesn’t specify which standards it itself should use. That will have been done (and should be done) in a different document. Imagine if each standard specification also references all the standards it employs. That would lead to unnecessarily bulky documents.
    Additionally, the keywords informatiemanagement and metadata indicate that this standard is intended for use in information management and metadata settings. Not necessarily applicable to a web front-end setting

  • Neon 🇺🇦🇪🇺🇹🇼🇮🇱
    link
    English
    43 months ago

    From a programming Perspective:

    They probably use a JS Library that automatically converts the Date to the Format that is the default in your Region. Try it out with a VPN in the US or in Japan and you’ll see different Dates I’d bet.

      • @zik
        link
        English
        6
        edit-2
        3 months ago

        ISO uses a weird separator ‘T’ between the time and the date. eg. 2018-04-01T15:20:15.000-0700

        RFC3339 can have a space instead which is a bit more readable: eg. 2020-12-09 16:09:53+00:00