Home
last modified time | relevance | path

Searched refs:sys_days (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A Dgcc.git-ab884fffe3fc82a710bea66ad651720d71c938b8.patch411 inf.m_until = sys_days(year(y)/m.m/day(d)) + seconds(t.time);
470 + auto inf = tz->get_info(sys_days(1974y/1/1));
474 + inf = tz->get_info(sys_days(1899y/1/1));
476 + inf = tz->get_info(sys_days(1955y/1/1));
481 + inf = tz->get_info(sys_days(1910y/January/1));
483 + inf = tz->get_info(sys_days(1950y/January/1));
485 + inf = tz->get_info(sys_days(1950y/June/1));
487 + inf = tz->get_info(sys_days(1999y/January/1));
489 + inf = tz->get_info(sys_days(1999y/July/1));
492 + inf = tz->get_info(sys_days(2000y/January/2));
[all …]
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h208 using sys_days = sys_time<days>; variable
462 CONSTCD14 weekday(const sys_days& dp) NOEXCEPT;
717 CONSTCD14 year_month_day(sys_days dp) NOEXCEPT;
731 CONSTCD14 operator sys_days() const NOEXCEPT;
784 CONSTCD14 operator sys_days() const NOEXCEPT;
845 CONSTCD14 year_month_weekday(const sys_days& dp) NOEXCEPT;
861 CONSTCD14 operator sys_days() const NOEXCEPT;
930 CONSTCD14 operator sys_days() const NOEXCEPT;
1852 weekday::weekday(const sys_days& dp) NOEXCEPT
2767 year_month_day_last::operator sys_days() const NOEXCEPT
[all …]
/openbmc/bmcweb/redfish-core/src/utils/
H A Dtime_utils.cpp336 std::chrono::sys_days sysDays(days);