Skip to content

CCTZ version 2.3

Compare
Choose a tag to compare
@devbww devbww released this 03 Apr 22:08
· 144 commits to master since this release
  • Add support for the %E*z, %:z, %::z, and %:::z format specifiers.
  • Change the abbreviations for fixed-offset time zones to use the same syntax as named time zones with numeric-style abbreviations.
  • Add cctz::time_zone functions next_transition(), prev_transition(), version(), and description().
  • Make local_time_zone() work on iOS.
  • Switch from cctz::sys_seconds to cctz::seconds for the 64-bit, seconds-resolution duration.
  • Enable C++14 constexpr for more compilers.
  • Add CMake install rules.