Roadmap - FObersteiner/zdt GitHub Wiki

unspecified

  • locale-independent parsing of English month / day names (%:a, %:A, %:b, %:B)

  • duration parser / formatter

  • iso-caledar parsing / formatting with %G %V %u directives

  • improve parser flagging

  • leap seconds: detect non-existent

  • re-visit: ptr to TZ

  • zero-alloc tzif struct (probably requires tzif parser revision)

  • (?) use *const to pass structs by reference wherever possible

  • Windows: DST disabled tz (#1)

  • locale-specific parsing (%a, %A, %b, %B) on Windows

  • consider day name if supplied

    • check if a day-of-month or day-of-year is supplied as well
    • allow to create a date if a week-of-year is supplied as well

see also