Skip to content

v0.11.0

Compare
Choose a tag to compare
@joshstoik1 joshstoik1 released this 25 Oct 18:26
· 7 commits to master since this release

New

  • FmtUtc2k::MIN
  • FmtUtc2k::MAX
  • Utc2k::MIN
  • Utc2k::MAX

Fixed

  • Clamp utc2k::unixtime to supported min/max range in case the system clock is the right kind of wrong

Changed

  • Make Utc2k::cmp_date const
  • Make Utc2k::cmp_time const

Replaced

  • FmtUtc2k::min (use FmtUtc2k::MIN instead)
  • FmtUtc2k::max (use FmtUtc2k::MAX instead)
  • Utc2k::min (use Utc2k::MIN instead)
  • Utc2k::max (use Utc2k::MAX instead)