|
Dynalib Utils
|
#include <ptz.h>
Public Member Functions | |
| time_zone (const detail::string_t &name) | |
| template<class Duration > | |
| date::sys_info | get_info (date::sys_time< Duration > st) const |
| template<class Duration > | |
| date::local_info | get_info (date::local_time< Duration > tp) const |
| template<class Duration > | |
| date::sys_time< typename std::common_type< Duration, std::chrono::seconds >::type > | to_sys (date::local_time< Duration > tp) const |
| template<class Duration > | |
| date::sys_time< typename std::common_type< Duration, std::chrono::seconds >::type > | to_sys (date::local_time< Duration > tp, date::choose z) const |
| template<class Duration > | |
| date::local_time< typename std::common_type< Duration, std::chrono::seconds >::type > | to_local (date::sys_time< Duration > tp) const |
| const time_zone * | operator-> () const |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const time_zone &z) |
|
inlineexplicit |
| date::sys_info Posix::time_zone::get_info | ( | date::sys_time< Duration > | st | ) | const |
| date::local_info Posix::time_zone::get_info | ( | date::local_time< Duration > | tp | ) | const |
|
inline |
| date::local_time< typename std::common_type< Duration, std::chrono::seconds >::type > Posix::time_zone::to_local | ( | date::sys_time< Duration > | tp | ) | const |
| date::sys_time< typename std::common_type< Duration, std::chrono::seconds >::type > Posix::time_zone::to_sys | ( | date::local_time< Duration > | tp | ) | const |
| date::sys_time< typename std::common_type< Duration, std::chrono::seconds >::type > Posix::time_zone::to_sys | ( | date::local_time< Duration > | tp, |
| date::choose | z | ||
| ) | const |
|
friend |
1.8.13