#include <tz.h>
|
static time_point | now () |
|
template<typename Duration > |
static std::chrono::time_point< utc_clock, typename std::common_type< Duration, std::chrono::seconds >::type > | to_utc (const std::chrono::time_point< gps_clock, Duration > &) NOEXCEPT |
|
template<typename Duration > |
static std::chrono::time_point< gps_clock, typename std::common_type< Duration, std::chrono::seconds >::type > | from_utc (const std::chrono::time_point< utc_clock, Duration > &) NOEXCEPT |
|
template<typename Duration > |
static std::chrono::time_point< local_t, typename std::common_type< Duration, date::days >::type > | to_local (const std::chrono::time_point< gps_clock, Duration > &) NOEXCEPT |
|
template<typename Duration > |
static std::chrono::time_point< gps_clock, typename std::common_type< Duration, date::days >::type > | from_local (const std::chrono::time_point< local_t, Duration > &) NOEXCEPT |
|
Definition at line 2160 of file tz.h.
◆ duration
◆ period
◆ rep
◆ time_point
◆ from_local() [1/2]
template<class Duration >
◆ from_local() [2/2]
template<typename Duration >
static std::chrono::time_point< gps_clock, typename std::common_type< Duration, date::days >::type > date::gps_clock::from_local |
( |
const std::chrono::time_point< local_t, Duration > & |
| ) |
|
|
static |
◆ from_utc() [1/2]
template<typename Duration >
static std::chrono::time_point< gps_clock, typename std::common_type< Duration, std::chrono::seconds >::type > date::gps_clock::from_utc |
( |
const std::chrono::time_point< utc_clock, Duration > & |
| ) |
|
|
static |
◆ from_utc() [2/2]
template<class Duration >
gps_time< typename std::common_type< Duration, std::chrono::seconds >::type > date::gps_clock::from_utc |
( |
const utc_time< Duration > & |
t | ) |
|
|
inline |
◆ now()
◆ to_local() [1/2]
template<class Duration >
◆ to_local() [2/2]
template<typename Duration >
static std::chrono::time_point< local_t, typename std::common_type< Duration, date::days >::type > date::gps_clock::to_local |
( |
const std::chrono::time_point< gps_clock, Duration > & |
| ) |
|
|
static |
◆ to_utc() [1/2]
template<class Duration >
utc_time< typename std::common_type< Duration, std::chrono::seconds >::type > date::gps_clock::to_utc |
( |
const gps_time< Duration > & |
t | ) |
|
|
inline |
◆ to_utc() [2/2]
template<typename Duration >
static std::chrono::time_point< utc_clock, typename std::common_type< Duration, std::chrono::seconds >::type > date::gps_clock::to_utc |
( |
const std::chrono::time_point< gps_clock, Duration > & |
| ) |
|
|
static |
◆ is_steady
const bool date::gps_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