[ANN] Timedesc 1.0.0 - modern date time handling

I’m pleased to announce the release of Timedesc 1.0.0

Timedesc is a very comprehensive date time handling library with good support of time zones.

Homepage

Features (before 1.0.0)

  • Timestamp and date time handling with platform independent time zone support

    • Subset of the IANA time zone database is built into this library
  • Supports Gregorian calendar date, ISO week date, and ISO ordinal date

  • Supports nanosecond precision

  • ISO8601 parsing and RFC3339 printing

New feature in 1.0.0

  • RFC9110 (HTTP) date time parsing and printing
15 Likes

you may mean RFC 9110: HTTP Semantics - but which one? All?

3 Likes

All three (IMF-fixdate, RFC850, ANSI C’s asctime() format), correct - I’ll update the README to reflect that. (I added that in the documentation but forgot to update the README properly.)

Or do people refer to the formats differently?

4 Likes