C++20 chrono time zone support

GPTKB entity

Statements (50)
Predicate Object
gptkbp:instanceOf C++20 feature
gptkbp:adds time zone support to std::chrono
gptkbp:availableOn gptkb:C++20
gptkbp:basedOn Howard Hinnant's date library
gptkbp:compatibleWith gptkb:C++11
gptkb:C++14
gptkb:C++17
gptkb:C++98
gptkbp:enables access to IANA time zone database
conversion between UTC and local time
conversion between sys_time and local_time
conversion between zoned_time and local_time
conversion between zoned_time and sys_time
handling leap seconds
handling of daylight saving time
parsing and formatting of zoned times
querying time zone transitions
retrieving list of available time zones
std::chrono::format with time zones
std::chrono::parse with time zones
thread-safe access to time zone data
use of time zone UTC offsets
use of time zone abbreviations
use of time zone database queries
use of time zone database updates
use of time zone database versioning
use of time zone daylight saving information
use of time zone daylight saving transitions
use of time zone leap second information
use of time zone names
use of time zone offsets
use of time zone rules
gptkbp:headerFile <chrono>
https://www.w3.org/2000/01/rdf-schema#label C++20 chrono time zone support
gptkbp:partOf C++20 standard
gptkbp:provides std::chrono::choose
std::chrono::current_zone
std::chrono::get_tzdb
std::chrono::leap_second_info
std::chrono::locate_zone
std::chrono::sys_info
std::chrono::time_zone
std::chrono::tzdb
std::chrono::tzdb_list
std::chrono::zoned_time
std::chrono::zoned_traits
gptkbp:requires gptkb:time_zone
gptkbp:standardizedBy gptkb:ISO/IEC_14882:2020
gptkbp:bfsParent gptkb:Howard_Hinnant
gptkbp:bfsLayer 8