#include <tz.h>
|
template<class Duration > |
utc_time< typename std::common_type< Duration, std::chrono::seconds >::type > | from_sys (const sys_time< Duration > &st) |
|
template<class Duration > |
sys_time< typename std::common_type< Duration, std::chrono::seconds >::type > | to_sys (const utc_time< Duration > &ut) |
|
template<class Duration > |
utc_time< typename std::common_type< Duration, std::chrono::seconds >::type > | from_local (const local_time< Duration > &st) |
|
template<class Duration > |
local_time< typename std::common_type< Duration, std::chrono::seconds >::type > | to_local (const utc_time< Duration > &ut) |
|
|
static time_point | now () |
|
template<typename Duration > |
static std::chrono::time_point< std::chrono::system_clock, typename std::common_type< Duration, std::chrono::seconds >::type > | to_sys (const std::chrono::time_point< utc_clock, Duration > &) |
|
template<typename Duration > |
static std::chrono::time_point< utc_clock, typename std::common_type< Duration, std::chrono::seconds >::type > | from_sys (const std::chrono::time_point< std::chrono::system_clock, Duration > &) |
|
template<typename Duration > |
static std::chrono::time_point< local_t, typename std::common_type< Duration, std::chrono::seconds >::type > | to_local (const std::chrono::time_point< utc_clock, Duration > &) |
|
template<typename Duration > |
static std::chrono::time_point< utc_clock, typename std::common_type< Duration, std::chrono::seconds >::type > | from_local (const std::chrono::time_point< local_t, Duration > &) |
|
Definition at line 1852 of file tz.h.
◆ duration
◆ period
◆ rep
◆ time_point
◆ from_local() [1/2]
template<class Duration >
utc_time< typename std::common_type< Duration, std::chrono::seconds >::type > date::utc_clock::from_local |
( |
const local_time< Duration > & |
st | ) |
|
◆ from_local() [2/2]
template<typename Duration >
static std::chrono::time_point< utc_clock, typename std::common_type< Duration, std::chrono::seconds >::type > date::utc_clock::from_local |
( |
const std::chrono::time_point< local_t, Duration > & |
| ) |
|
|
static |
◆ from_sys() [1/2]
template<typename Duration >
static std::chrono::time_point< utc_clock, typename std::common_type< Duration, std::chrono::seconds >::type > date::utc_clock::from_sys |
( |
const std::chrono::time_point< std::chrono::system_clock, Duration > & |
| ) |
|
|
static |
◆ from_sys() [2/2]
template<class Duration >
utc_time< typename std::common_type< Duration, std::chrono::seconds >::type > date::utc_clock::from_sys |
( |
const sys_time< Duration > & |
st | ) |
|
◆ now()
◆ to_local() [1/2]
template<typename Duration >
static std::chrono::time_point< local_t, typename std::common_type< Duration, std::chrono::seconds >::type > date::utc_clock::to_local |
( |
const std::chrono::time_point< utc_clock, Duration > & |
| ) |
|
|
static |
◆ to_local() [2/2]
template<class Duration >
local_time< typename std::common_type< Duration, std::chrono::seconds >::type > date::utc_clock::to_local |
( |
const utc_time< Duration > & |
ut | ) |
|
◆ to_sys() [1/2]
template<typename Duration >
static std::chrono::time_point< std::chrono::system_clock, typename std::common_type< Duration, std::chrono::seconds >::type > date::utc_clock::to_sys |
( |
const std::chrono::time_point< utc_clock, Duration > & |
| ) |
|
|
static |
◆ to_sys() [2/2]
template<class Duration >
sys_time< typename std::common_type< Duration, std::chrono::seconds >::type > date::utc_clock::to_sys |
( |
const utc_time< Duration > & |
ut | ) |
|
◆ is_steady
CONSTDATA bool date::utc_clock::is_steady = false |
|
static |
The documentation for this class was generated from the following file:
- D:/CPP/numere-source/trunk/kernel/core/utils/date/tz.h