在动态链接库中找不到过程入口点__std_tzdb_get_time_zones :试用EA3603尝试安装 X86 和 X64 的C++库。(2015 & 2019)---设备不支持扩展VK_NV(日志错误):尝试安装 X86 和 X64 的C++库。(2015 & 2019)---在低于 6GB 显存 的卡上崩溃:在3606或以上版本...
看起来应该首先使用get_tzdb(),如下所示
看起来应该首先使用get_tzdb(),如下所示
tzdb::current_zone conststd::chrono::time_zone*current_zone()const; (since C++20) Obtains a pointer to astd::chrono::time_zonein this database that represents the local time zone of the computer. Return value A pointer to thestd::chrono::time_zonein this database that represents the lo...
const std::chrono::time_zone* locate_zone(std::string_view tz_name); (C++20 起) 在时区数据库中定位时区的便利函数。等价于 std::chrono::get_tzdb().locate_zone(tz_name) 。 异常 若找不到指定的时区,或若这次调用是对时区数据库的首次引用且无法初始化时区数据库,则抛出 std::runtime_error。
等价于 std::chrono::get_tzdb().locate_zone(tz_name)。 异常若找不到指定的时区,或若这次调用是对时区数据库的首次引用且无法初始化时区数据库,则抛出 std::runtime_error。 注解若对此函数的调用是对时区数据库的首次引用,则它将导致初始化时区数据库。
1) 若因任何原因,无法返回到含有一或多个有效 tzdb 的tzdb_list 的引用,则为 std::runtime_error。返回值 1) 到全局 std::chrono::tzdb_list 单例的引用。2) std::chrono::get_tzdb_list().front()。3) 含有最新远程数据库版本的字符串。4) (此函数所作的任何更新后的)std::chrono::get_tzdb_...
1) 若因任何原因,到tzdb_list的引用含有一或多个不能返回的tzdb则为std::runtime_error。 返回值 1) 到全局 std::chrono::tzdb_list 单例的引用。 2) std::chrono::get_tzdb_list().front() 。 3) 含有最新远程数据库版本的 string 。
std::chrono::locate_zone 定义于头文件<chrono> conststd::chrono::time_zone*locate_zone(std::string_viewtz_name); (C++20 起) 在时区数据库中定位时区的便利函数。等价于std::chrono::get_tzdb().locate_zone(tz_name)。 异常 若找不到指定的时区,或若这次调用是对时区数据库的首次引用且无法初始化...
time_zone::name time_zone::get_info time_zone::to_sys time_zone::to_local Nonmember functions operator==operator<=> std::string_viewname()constnoexcept; (since C++20) Obtains the name of this time zone. Return value The name of this time zone (e.g.,"America/New_York")....