std::chrono::time_zone::get_info
来自 cppreference.com
template< class Duration > std::chrono::sys_info get_info( const std::chrono::sys_time<Duration>& tp ) const; |
(自 C++20 起) | |
template< class Duration > std::chrono::local_info get_info( const std::chrono::local_time<Duration>& tp ) const; |
(自 C++20 起) | |
获取有关此时区在时间点 tp 的信息。
[编辑] 返回值
1) 一个 std::chrono::sys_info 结构
i
,其中包含此时区在时间点 tp 有效的时区信息。 tp 将在范围 [
i.begin,
i.end)
中。2) 一个 std::chrono::local_info 结构,其中包含有关此时区中的本地时间 tp 的信息。