llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.84k stars 11.46k forks source link

P0355R7: Extending chrono to Calendars and Time Zones #99982

Open cjdb opened 1 month ago

cjdb commented 1 month ago

Link: https://wg21.link/p0355r7

The status page notes that:

P0355: The implementation status is:

  • Calendars mostly done in Clang 7
  • Input parsers not done
  • Stream output Obsolete due to P1361R2 “Integration of chrono with text formatting”
  • Time zone and leap seconds In Progress
  • TAI clock not done
  • GPS clock not done
  • UTC clock not done
llvmbot commented 1 month ago

@llvm/issue-subscribers-c-20

Author: Christopher Di Bella (cjdb)

The [status page](https://libcxx.llvm.org/Status/Cxx20.html#note-p0355) notes that: > P0355: The implementation status is: > * `Calendars` mostly done in Clang 7 > * `Input parsers` not done > * `Stream output Obsolete` due to [P1361R2](https://wg21.link/P1361R2) “Integration of chrono with text formatting” > * `Time zone and leap seconds` In Progress > * `TAI clock` not done > * `GPS clock` not done > * `UTC clock` not done