Files
cppdraft_translate/cppdraft/time/zone/link/overview.md
2025-10-25 03:02:53 +03:00

812 B

[time.zone.link.overview]

30 Time library [time]

30.11 Time zones [time.zone]

30.11.9.1 Overview [time.zone.link.overview]

namespace std::chrono {class time_zone_link {public: time_zone_link(time_zone_link&&) = default; time_zone_link& operator=(time_zone_link&&) = default; // unspecified additional constructors string_view name() const noexcept; string_view target() const noexcept; };}

1

#

A time_zone_link specifies an alternative name for a time_zone.

time_zone_links are constructed when the time zone database is initialized.