Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::chrono::tzdb

      From cppreference.com
      <cpp‎ |chrono
       
       
      Date and time library
       
      std::chrono::tzdb
       
      Defined in header<chrono>
      struct tzdb;
      (since C++20)

      The classtzdb represents a copy of theIANA time zone database. Users cannot construct atzdb and can only obtain read-only access to one via the free functionsstd::chrono::get_tzdb_list andstd::chrono::get_tzdb.

      [edit]Member objects

      Member object Description
      version Astd::string that contains the version of the database
      zones A sortedstd::vector<std::chrono::time_zone> containing description of time zones
      links A sortedstd::vector<std::chrono::time_zone_link> containing description of alternative names of time zones (links)
      leap_seconds A sortedstd::vector<std::chrono::leap_second> containing description of leap seconds

      [edit]Member functions

      locate a time zone with the given name
      (public member function)[edit]
      return the local time zone
      (public member function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/chrono/tzdb&oldid=161661"

      [8]ページ先頭

      ©2009-2025 Movatter.jp