2#ifndef _TIME_SHIELD_TIME_CONVERSIONS_ALIASES_HPP_INCLUDED
3#define _TIME_SHIELD_TIME_CONVERSIONS_ALIASES_HPP_INCLUDED
19 template<
class T = year_t>
26 template<
class T = year_t>
36 template<
class T = uday_t>
44 template<
class T = uday_t>
52 template<
class T = uday_t>
60 template<
class T = uday_t>
70 template<
class T = uday_t>
78 template<
class T = uday_t>
86 template<
class T = uday_t>
94 template<
class T = uday_t>
103 template<
class T = ts_t>
110 template<
class T = ts_t>
117 template<
class T = ts_t>
124 template<
class T = ts_t>
133 template<
class T = ts_t>
140 template<
class T = ts_t>
147 template<
class T = ts_t>
154 template<
class T = ts_t>
163 template<
class T = ts_t>
170 template<
class T = ts_t>
177 template<
class T = ts_t>
186 template<
class T = ts_ms_t>
193 template<
class T = ts_ms_t>
200 template<
class T = ts_ms_t>
209 template<
class T =
int64_t>
216 template<
class T =
int64_t>
223 template<
class T =
int64_t>
232 template<
class T =
int>
233 TIME_SHIELD_CONSTEXPR
inline const T
h24_to_h12(T hour)
noexcept {
242 template<
class T1,
class T2 = ts_t>
250 template<
class T1,
class T2 = ts_t>
353 TIME_SHIELD_CONSTEXPR
inline ts_t ts(
year_t year,
int month,
int day,
int hour,
int min,
int sec) {
692 const T& date_time) {
701 const T& date_time) {
709 TIME_SHIELD_CONSTEXPR
inline const ts_t ts(
710 const T& date_time) {
719 const T& date_time) {
727 constexpr ts_t ts(
const std::tm* timeinfo) {
1251 const T& date_time) {
1260 const T& date_time) {
1269 const T& date_time) {
1278 const T& date_time) {
1287 const std::tm *timeinfo) {
1294 const std::tm *timeinfo) {
1301 const std::tm *timeinfo) {
1308 const std::tm *timeinfo) {
1333 template<
class T1 = year_t,
class T2 =
int,
class T3 =
int>
1334 constexpr fts_t to_fts(T1
year, T2 month, T2 day, T2 hour = 0, T2 min = 0, T2 sec = 0, T3 ms = 0) {
1357 template<
class T1 = year_t,
class T2 =
int,
class T3 =
int>
1358 constexpr fts_t fts(T1
year, T2 month, T2 day, T2 hour = 0, T2 min = 0, T2 sec = 0, T3 ms = 0) {
1381 template<
class T1 = year_t,
class T2 =
int,
class T3 =
int>
1454 template<
class T =
int>
1461 template<
class T =
int>
1470 template<
class T = year_t>
1477 template<
class T = year_t>
1486 template<
class T = year_t>
1493 template<
class T = year_t>
1530 template<
class T = year_t>
1537 template<
class T = year_t>
1546 template<
class T = year_t>
1553 template<
class T = year_t>
1580 template<
class T1 =
int,
class T2 = year_t,
class T3 =
int>
1589 template<
class T1 =
int>
1596 template<
class T1 =
int>
1605 template<
class T1 =
int,
class T2 = year_t>
1614 template<
class T =
int>
1631 template<
class T =
int>
1662 template<
class T =
int>
1671 template<
class T =
int>
1704 template<
class T1 = Weekday>
1711 template<
class T1 = Weekday>
1718 template<
class T1 = Weekday>
1725 template<
class T1 = Weekday>
1732 template<
class T1 = Weekday>
1739 template<
class T1 = Weekday>
1746 template<
class T1 = Weekday>
1753 template<
class T1 = Weekday>
1763 template<class T1 = Weekday, class T2, typename std::enable_if<std::is_class<T2>::value,
int>::type = 0>
1771 template<class T1 = Weekday, class T2, typename std::enable_if<std::is_class<T2>::value,
int>::type = 0>
1779 template<class T1 = Weekday, class T2, typename std::enable_if<std::is_class<T2>::value,
int>::type = 0>
1787 template<class T1 = Weekday, class T2, typename std::enable_if<std::is_class<T2>::value,
int>::type = 0>
1795 template<class T1 = Weekday, class T2, typename std::enable_if<std::is_class<T2>::value,
int>::type = 0>
1803 template<class T1 = Weekday, class T2, typename std::enable_if<std::is_class<T2>::value,
int>::type = 0>
1804 constexpr T1
dow(
const T2& date) {
1813 template<class T = Weekday, class U, typename std::enable_if<std::is_integral<U>::value,
int>::type = 0>
1820 template<class T = Weekday, class U, typename std::enable_if<std::is_integral<U>::value,
int>::type = 0>
1827 template<class T = Weekday, class U, typename std::enable_if<std::is_integral<U>::value,
int>::type = 0>
1834 template<class T = Weekday, class U, typename std::enable_if<std::is_integral<U>::value,
int>::type = 0>
1843 template<
class T = Weekday>
1876 template<
class T1 =
int,
class T2 = year_t,
class T3 =
int>
1933 template<
class T =
int>
TIME_SHIELD_CONSTEXPR const T year_ms(ts_ms_t ts_ms=ts_ms())
Alias for get_year_ms function.
TIME_SHIELD_CONSTEXPR const fts_t dt_to_ftimestamp(const T &date_time)
Converts a date-time structure to a floating-point timestamp.
constexpr const ts_t start_of_hour_sec(ts_ms_t ts_ms=time_shield::ts_ms()) noexcept
Get the timestamp at the start of the hour.
TIME_SHIELD_CONSTEXPR const fts_t tm_to_ftimestamp(const std::tm *timeinfo)
Converts a std::tm structure to a floating-point timestamp.
constexpr const T unix_year(ts_t ts) noexcept
Alias for get_unix_year function.
constexpr T unix_day(ts_t ts=time_shield::ts()) noexcept
Alias for get_unix_day function.
constexpr const T num_days_in_year_ts(ts_t ts=time_shield::ts())
Get the number of days in the current year.
constexpr const T get_unix_day_ms(ts_ms_t t_ms=time_shield::ts_ms()) noexcept
Get UNIX day from milliseconds timestamp.
constexpr const ts_t finish_of_week(ts_t ts=time_shield::ts())
Alias for end_of_week function.
constexpr const T uday_to_ts(uday_t unix_day) noexcept
Alias for unix_day_to_timestamp function.
TIME_SHIELD_CONSTEXPR const ts_t to_timestamp_ms(const T &date_time)
Alias for dt_to_timestamp_ms function.
TIME_SHIELD_CONSTEXPR const T to_year_ms(ts_ms_t ts_ms=ts_ms())
Alias for get_year_ms function.
constexpr const T start_of_next_day_from_unix_day_ms(uday_t unix_day) noexcept
Converts a UNIX day to a timestamp representing the start of the next day in milliseconds.
constexpr const ts_ms_t start_of_day_ms(ts_ms_t ts_ms=time_shield::ts_ms()) noexcept
Get the start of the day timestamp in milliseconds.
constexpr const ts_t end_of_hour(ts_t ts=time_shield::ts()) noexcept
Get the timestamp at the end of the hour. This function sets the minute and second to 59.
constexpr T get_unixday(ts_t ts=time_shield::ts()) noexcept
Alias for get_unix_day function.
TIME_SHIELD_CONSTEXPR const T1 num_days_in_month_ts(ts_t ts=time_shield::ts()) noexcept
Get the number of days in the month of the given timestamp.
T to_date_time_ms(ts_ms_t ts)
Converts a timestamp in milliseconds to a date-time structure with milliseconds.
constexpr const ts_t finish_of_min(ts_t ts=time_shield::ts()) noexcept
Alias for end_of_min function.
constexpr const ts_t end_of_min(ts_t ts=time_shield::ts()) noexcept
Get the timestamp of the end of the minute.
TIME_SHIELD_CONSTEXPR const ts_t year_start_ms(ts_t ts_ms=time_shield::ts_ms())
Alias for start_of_year_ms function.
constexpr const T next_day_unixday_ms(uday_t unix_day) noexcept
Alias for start_of_next_day_from_unix_day_ms function.
constexpr const T next_day_unixday(uday_t unix_day) noexcept
Alias for start_of_next_day_from_unix_day function.
constexpr const T unixday_to_ts_ms(uday_t unix_day) noexcept
Alias for unix_day_to_timestamp_ms function.
constexpr const T dow_ts(U ts) noexcept
Alias for get_weekday_from_ts.
constexpr const ts_t min_begin(ts_t ts=time_shield::ts()) noexcept
Alias for start_of_min function.
constexpr const T hour_in_day(ts_t ts=time_shield::ts()) noexcept
Alias for hour_of_day function.
constexpr const ts_ms_t day_start_ms(ts_ms_t ts_ms=time_shield::ts_ms()) noexcept
Alias for start_of_day_ms function.
constexpr const T1 weekday(year_t year, int month, int day)
Alias for day_of_week_date.
constexpr T unixday_ms(ts_ms_t t_ms=time_shield::ts_ms()) noexcept
Alias for get_unix_day_ms function.
constexpr T1 get_dow(const T2 &date)
Alias for get_weekday_from_date.
constexpr T1 dow_from_date(const T2 &date)
Alias for get_weekday_from_date.
constexpr const ts_ms_t end_of_day_ms(ts_ms_t ts_ms=time_shield::ts_ms()) noexcept
Get the timestamp at the end of the day in milliseconds.
TIME_SHIELD_CONSTEXPR const ts_t year_begin_date(T year)
Alias for start_of_year_date function.
constexpr const T next_day_from_unix_day_ms(uday_t unix_day) noexcept
Alias for start_of_next_day_from_unix_day_ms function.
constexpr const T1 get_weekday_from_date(const T2 &date)
Get the day of the week from a date structure.
constexpr const T get_dow_from_ts(U ts) noexcept
Alias for get_weekday_from_ts.
constexpr const ts_t day_end_sec(ts_ms_t ts_ms=time_shield::ts_ms()) noexcept
Alias for end_of_day_sec function.
constexpr const T next_day_unix_day_ms(uday_t unix_day) noexcept
Alias for start_of_next_day_from_unix_day_ms function.
TIME_SHIELD_CONSTEXPR const ts_t start_of_year_date(T year)
Get the timestamp of the start of the year.
constexpr const ts_t saturday_begin(ts_t ts=time_shield::ts())
Alias for start_of_saturday function.
TIME_SHIELD_CONSTEXPR ts_t ts(year_t year, int month, int day)
Alias for to_timestamp.
TIME_SHIELD_CONSTEXPR const ts_t year_end(ts_t ts=time_shield::ts())
Alias for end_of_year function.
TIME_SHIELD_CONSTEXPR ts_t end_of_year(ts_t ts=time_shield::ts())
Get the end-of-year timestamp.
constexpr const T next_day_from_unix_day(uday_t unix_day) noexcept
Alias for start_of_next_day_from_unix_day function.
constexpr T unix_day_ms(ts_ms_t t_ms=time_shield::ts_ms()) noexcept
Alias for get_unix_day_ms function.
TIME_SHIELD_CONSTEXPR const ts_t final_sunday_of_month(ts_t ts=time_shield::ts())
Alias for last_sunday_of_month function.
constexpr const T unix_day_to_ts(uday_t unix_day) noexcept
Alias for unix_day_to_timestamp function.
constexpr T uday_ms(ts_ms_t t_ms=time_shield::ts_ms()) noexcept
Alias for get_unix_day_ms function.
constexpr const ts_t hour_begin(ts_t ts=time_shield::ts()) noexcept
Alias for start_of_hour function.
constexpr const T1 get_weekday(year_t year, int month, int day)
Alias for day_of_week_date.
TIME_SHIELD_CONSTEXPR const ts_t tm_to_timestamp_ms(const std::tm *timeinfo)
Converts a std::tm structure to a timestamp in milliseconds.
constexpr const ts_t next_day_start(ts_t ts, T days=1) noexcept
Alias for start_of_next_day function.
constexpr T1 weekday_of(const T2 &date)
Alias for get_weekday_from_date.
TIME_SHIELD_CONSTEXPR const ts_ms_t year_end_ms(ts_ms_t ts_ms=time_shield::ts_ms())
Alias for end_of_year_ms function.
TIME_SHIELD_CONSTEXPR ts_t to_ts(year_t year, int month, int day)
Alias for to_timestamp.
constexpr const ts_t start_day_sec(ts_ms_t ts_ms=time_shield::ts_ms()) noexcept
Alias for start_of_day_sec function.
constexpr const ts_t end_of_week(ts_t ts=time_shield::ts())
Get the timestamp of the end of the week.
T to_dt_struct_ms(ts_ms_t ts)
Alias for to_date_time_ms function.
constexpr const ts_ms_t day_end_ms(ts_ms_t ts_ms=time_shield::ts_ms()) noexcept
Alias for end_of_day_ms function.
constexpr const ts_t day_start_sec(ts_ms_t ts_ms=time_shield::ts_ms()) noexcept
Alias for start_of_day_sec function.
constexpr const ts_t start_of_hour(ts_t ts=time_shield::ts()) noexcept
Get the timestamp at the start of the hour.
TIME_SHIELD_CONSTEXPR const ts_ms_t start_of_year_date_ms(T year)
Get the timestamp in milliseconds of the start of the year.
constexpr const T get_days_difference(ts_t start, ts_t stop) noexcept
Get the number of days between two timestamps.
constexpr const ts_t end_of_day_sec(ts_ms_t ts_ms=time_shield::ts_ms()) noexcept
Get the timestamp at the end of the day in seconds.
TIME_SHIELD_CONSTEXPR const ts_ms_t year_start_date_ms(T year)
Alias for start_of_year_date_ms function.
constexpr ts_t ts_from_tm(const std::tm *timeinfo)
Alias for tm_to_timestamp.
constexpr const T1 num_days_in_month(ts_t ts=time_shield::ts()) noexcept
Alias for num_days_in_month_ts function.
constexpr fts_t to_fts(T1 year, T2 month, T2 day, T2 hour=0, T2 min=0, T2 sec=0, T3 ms=0)
Alias for to_ftimestamp.
constexpr const T1 day_of_week(year_t year, int month, int day)
Alias for day_of_week_date.
TIME_SHIELD_CONSTEXPR const ts_t start_of_month(ts_t ts=time_shield::ts())
Get the timestamp at the start of the current month.
constexpr const T1 dow(year_t year, int month, int day)
Alias for day_of_week_date.
TIME_SHIELD_CONSTEXPR const T1 last_sunday_month_day(T2 year, T3 month)
Get the day of the last Sunday of the given month and year.
constexpr const T unixday_to_ts(uday_t unix_day) noexcept
Alias for unix_day_to_timestamp function.
TIME_SHIELD_CONSTEXPR const T to_year(ts_t ts=ts())
Alias for get_year function.
TIME_SHIELD_CONSTEXPR const ts_ms_t start_of_year_ms(ts_ms_t ts_ms=time_shield::ts_ms()) noexcept
Get the start of the year timestamp in milliseconds.
constexpr const T get_unix_year(ts_t ts) noexcept
Converts a UNIX timestamp to a year.
constexpr const T unix_min(ts_t ts=ts())
Alias for get_unix_min function.
constexpr const ts_t finish_of_hour(ts_t ts=time_shield::ts()) noexcept
Alias for end_of_hour function.
constexpr const ts_t week_begin(ts_t ts=time_shield::ts())
Alias for start_of_week function.
constexpr const T to_unix_year(ts_t ts) noexcept
Alias for get_unix_year function.
constexpr const T1 day_of_week_date(T2 year, T3 month, T4 day)
Get the day of the week.
constexpr const T get_weekday_from_ts(ts_t ts) noexcept
Get the weekday from a timestamp.
constexpr const ts_ms_t finish_of_hour_ms(ts_ms_t ts_ms=time_shield::ts_ms()) noexcept
Alias for end_of_hour_ms function.
T1 to_dt_struct(T2 ts)
Alias for to_date_time function.
TIME_SHIELD_CONSTEXPR ts_t get_ts(year_t year, int month, int day)
Alias for to_timestamp.
constexpr const ts_ms_t start_of_hour_ms(ts_ms_t ts_ms=time_shield::ts_ms()) noexcept
Get the timestamp at the start of the hour. This function sets the minute and second to zero.
constexpr const ts_t finish_of_hour_sec(ts_ms_t ts_ms=time_shield::ts_ms()) noexcept
Alias for end_of_hour_sec function.
TIME_SHIELD_CONSTEXPR const ts_t dt_to_timestamp(const T &date_time)
Converts a date-time structure to a timestamp.
constexpr fts_t to_ftimestamp(const T &date_time)
Alias for dt_to_ftimestamp.
TIME_SHIELD_CONSTEXPR const ts_t last_day_of_month(ts_t ts=time_shield::ts())
Alias for end_of_month function.
TIME_SHIELD_CONSTEXPR ts_t get_timestamp(year_t year, int month, int day)
Alias for to_timestamp.
TIME_SHIELD_CONSTEXPR const ts_ms_t year_begin_date_ms(T year)
Alias for start_of_year_date_ms function.
constexpr const T get_unix_day(ts_t ts=time_shield::ts()) noexcept
Get UNIX day.
T to_dt_ms(ts_ms_t ts)
Alias for to_date_time_ms function.
TIME_SHIELD_CONSTEXPR const T hour24_to_12(T hour) noexcept
Converts a 24-hour format hour to a 12-hour format.
TIME_SHIELD_CONSTEXPR const ts_t year_start_date(T year)
Alias for start_of_year_date function.
constexpr const T1 days_in_year(T2 year) noexcept
Alias for num_days_in_year function.
constexpr const T unix_day_to_ts_ms(uday_t unix_day) noexcept
Alias for unix_day_to_timestamp_ms function.
constexpr const T start_of_day_from_unix_day_ms(uday_t unix_day) noexcept
Alias for unix_day_to_timestamp_ms function.
constexpr const T unix_day_to_timestamp(uday_t unix_day) noexcept
Converts a UNIX day to a timestamp in seconds.
constexpr ts_ms_t ts_ms(year_t year, int month, int day)
Alias for to_timestamp_ms.
constexpr const ts_t start_of_next_day(ts_t ts, T days=1) noexcept
Get the timestamp of the start of the day after a specified number of days.
constexpr const T get_weekday_from_ts_ms(ts_ms_t ts_ms)
Get the weekday from a timestamp in milliseconds.
constexpr const T umin(ts_t ts=ts())
Alias for get_unix_min function.
constexpr const ts_t start_of_min(ts_t ts=time_shield::ts()) noexcept
Get the timestamp of the beginning of the minute.
TIME_SHIELD_CONSTEXPR const ts_t tm_to_timestamp(const std::tm *timeinfo)
Converts a std::tm structure to a timestamp.
constexpr const T unix_day_to_timestamp_ms(uday_t unix_day) noexcept
Converts a UNIX day to a timestamp in milliseconds.
TIME_SHIELD_CONSTEXPR const T1 final_sunday_month_day(T2 year, T3 month)
Alias for last_sunday_month_day function.
constexpr const ts_t hour_begin_sec(ts_ms_t ts_ms=time_shield::ts_ms()) noexcept
Alias for start_of_hour_sec function.
constexpr const ts_ms_t start_of_next_day_ms(ts_ms_t ts_ms, T days=1) noexcept
Get the timestamp of the start of the day after a specified number of days.
TIME_SHIELD_CONSTEXPR ts_t last_sunday_of_month(ts_t ts=time_shield::ts())
Get the timestamp of the last Sunday of the current month.
TIME_SHIELD_CONSTEXPR const ts_t year_begin_ms(ts_t ts_ms=time_shield::ts_ms())
Alias for start_of_year_ms function.
constexpr const T days_in_year_ts(ts_t ts=time_shield::ts())
Alias for num_days_in_year_ts function.
constexpr ts_ms_t get_ts_ms(year_t year, int month, int day)
Alias for to_timestamp_ms.
constexpr const ts_ms_t hour_begin_ms(ts_ms_t ts_ms=time_shield::ts_ms()) noexcept
Alias for start_of_hour_ms function.
TIME_SHIELD_CONSTEXPR const T get_year_ms(ts_ms_t ts_ms=ts_ms())
Get the year from the timestamp in milliseconds.
T1 to_date_time(T2 ts)
Converts a timestamp to a date-time structure.
constexpr const ts_t end_of_day(const ts_t &ts=time_shield::ts()) noexcept
Get the timestamp at the end of the day.
constexpr T unixday(ts_t ts=time_shield::ts()) noexcept
Alias for get_unix_day function.
constexpr const T next_day_unix_day(uday_t unix_day) noexcept
Alias for start_of_next_day_from_unix_day function.
TIME_SHIELD_CONSTEXPR const ts_ms_t end_of_year_ms(ts_ms_t ts_ms=ts_ms())
Get the timestamp in milliseconds of the end of the year.
TIME_SHIELD_CONSTEXPR const ts_t year_start(ts_t ts=time_shield::ts())
Alias for start_of_year function.
constexpr const T start_of_next_day_from_unix_day(uday_t unix_day) noexcept
Converts a UNIX day to a timestamp representing the start of the next day in seconds.
TIME_SHIELD_CONSTEXPR const T get_year(ts_t ts=ts())
Get the year from the timestamp.
constexpr const T1 num_days_in_year(T2 year) noexcept
Get the number of days in a given year.
constexpr const T weekday_of_ts(U ts) noexcept
Alias for get_weekday_from_ts.
TIME_SHIELD_CONSTEXPR const ts_t dt_to_timestamp_ms(const T &date_time)
Converts a date-time structure to a timestamp in milliseconds.
constexpr const ts_t day_start(ts_t ts=time_shield::ts()) noexcept
Alias for start_of_day function.
constexpr const ts_t end_of_hour_sec(ts_ms_t ts_ms=time_shield::ts_ms()) noexcept
Get the timestamp at the end of the hour.
TIME_SHIELD_CONSTEXPR const T year(ts_t ts=ts())
Alias for get_year function.
constexpr const T to_unix_min(ts_t ts=ts())
Alias for get_unix_min function.
constexpr const T get_unix_min(ts_t ts=ts())
Get UNIX minute.
constexpr const T start_of_day_from_unix_day(uday_t unix_day) noexcept
Alias for unix_day_to_timestamp function.
constexpr const T days(ts_t start, ts_t stop) noexcept
Alias for get_days_difference function.
TIME_SHIELD_CONSTEXPR const ts_t to_timestamp(const T &date_time)
Alias for dt_to_timestamp function.
constexpr const ts_t start_of_day(ts_t ts=time_shield::ts()) noexcept
Get the start of the day timestamp.
TIME_SHIELD_CONSTEXPR const ts_t start_of_year(ts_t ts) noexcept
Get the start of the year timestamp.
constexpr const ts_ms_t end_of_hour_ms(ts_ms_t ts_ms=time_shield::ts_ms()) noexcept
Get the timestamp at the end of the hour.
constexpr ts_ms_t to_ts_ms(year_t year, int month, int day)
Alias for to_timestamp_ms.
T1 to_dt(T2 ts)
Alias for to_date_time function.
constexpr const ts_t day_end(const ts_t &ts=time_shield::ts()) noexcept
Alias for end_of_day function.
TIME_SHIELD_CONSTEXPR const T h24_to_h12(T hour) noexcept
Alias for hour24_to_12 function.
constexpr const ts_t start_of_saturday(ts_t ts=time_shield::ts())
Get the timestamp of the start of Saturday.
TIME_SHIELD_CONSTEXPR const ts_t end_of_month(ts_t ts=time_shield::ts())
Get the last timestamp of the current month.
constexpr const T uday_to_ts_ms(uday_t unix_day) noexcept
Alias for unix_day_to_timestamp_ms function.
constexpr ts_ms_t get_timestamp_ms(year_t year, int month, int day)
Alias for to_timestamp_ms.
constexpr const T1 days_in_month(T2 year, T3 month) noexcept
Alias for num_days_in_month function.
constexpr const ts_t start_of_prev_day(ts_t ts=time_shield::ts(), T days=1) noexcept
Get timestamp of the start of the previous day.
constexpr const T hour_of_day(ts_t ts=time_shield::ts()) noexcept
Get the hour of the day.
constexpr const T get_days(ts_t start, ts_t stop) noexcept
Alias for get_days_difference function.
constexpr T1 day_of_week_dt(const T2 &date)
Alias for get_weekday_from_date.
constexpr const T day_of_week_ms(ts_ms_t ts_ms)
Alias for get_weekday_from_ts_ms function.
constexpr const ts_t start_of_week(ts_t ts=time_shield::ts())
Get the timestamp of the beginning of the week.
TIME_SHIELD_CONSTEXPR const ts_t month_begin(ts_t ts=time_shield::ts())
Alias for start_of_month function.
TIME_SHIELD_CONSTEXPR const ts_t year_begin(ts_t ts=time_shield::ts())
Alias for start_of_year function.
constexpr T get_unixday_ms(ts_ms_t t_ms=time_shield::ts_ms()) noexcept
Alias for get_unix_day_ms function.
constexpr T uday(ts_t ts=time_shield::ts()) noexcept
Alias for get_unix_day function.
constexpr const T1 ms_to_sec(T2 ts_ms) noexcept
Converts a timestamp from milliseconds to seconds.
constexpr const ts_t previous_day_start(ts_t ts=time_shield::ts(), T days=1) noexcept
Alias for start_of_prev_day function.
constexpr const ts_ms_t next_day_start_ms(ts_ms_t ts_ms, T days=1) noexcept
Alias for start_of_next_day_ms function.
int64_t ts_t
Unix timestamp in seconds since 1970‑01‑01T00:00:00Z.
int64_t ts_ms_t
Unix timestamp in milliseconds since epoch.
int64_t uday_t
Unix day count since 1970‑01‑01 (days since epoch).
double fts_t
Floating-point timestamp (fractional seconds since epoch).
int64_t year_t
Year as an integer (e.g., 2024).
const ts_t ts() noexcept
Get the current UTC timestamp in seconds.
const ts_t timestamp() noexcept
Get the current UTC timestamp in seconds.
const fts_t ftimestamp() noexcept
Get the current UTC timestamp in floating-point seconds.
const ts_ms_t ts_ms() noexcept
Get the current UTC timestamp in milliseconds.
const ts_ms_t timestamp_ms() noexcept
Get the current UTC timestamp in milliseconds.
const fts_t fts() noexcept
Get the current UTC timestamp in floating-point seconds.
Main namespace for the Time Shield library.