/openbmc/u-boot/drivers/rtc/ |
H A D | rtc-lib.c | 33 * Convert seconds since 01-01-1970 00:00:00 to Gregorian date. 45 /* day of the week, 1970-01-01 was a Thursday */ in rtc_to_tm() 48 year = 1970 + days / 365; in rtc_to_tm() 49 days -= (year - 1970) * 365 in rtc_to_tm() 51 - LEAPS_THRU_END_OF(1970 - 1); in rtc_to_tm()
|
H A D | ds1374.c | 116 DEBUGR ("Get RTC s since 1.1.1970: %ld\n", time1); in rtc_get() 144 if (tmp->tm_year < 1970 || tmp->tm_year > 2069) in rtc_set() 145 printf("WARNING: year should be between 1970 and 2069!\n"); in rtc_set() 149 DEBUGR ("Set RTC s since 1.1.1970: %ld (0x%02lx)\n", time, time); in rtc_set() 164 * Reset the RTC. We setting the date back to 1970-01-01.
|
H A D | mxsrtc.c | 17 /* Set time in seconds since 1970-01-01 */ 64 /* Set time to 1970-01-01 */ in rtc_reset()
|
H A D | ds1307.c | 151 if (tmp->tm_year < 1970 || tmp->tm_year > 2069) in rtc_set() 152 printf("WARNING: year should be between 1970 and 2069!\n"); in rtc_set() 176 * Reset the RTC. We setting the date back to 1970-01-01. 218 if (tm->tm_year < 1970 || tm->tm_year > 2069) in ds1307_rtc_set() 219 printf("WARNING: year should be between 1970 and 2069!\n"); in ds1307_rtc_set()
|
H A D | pcf2127.c | 73 if (tm->tm_year < 1970) in pcf2127_rtc_get() 74 tm->tm_year += 100; /* assume we are in 1970...2069 */ in pcf2127_rtc_get()
|
H A D | date.c | 16 #define STARTOFTIME 1970 66 * Converts Gregorian date to seconds since 1970-01-01 00:00:00.
|
H A D | rx8025.c | 146 if (tmp->tm_year < 1970 || tmp->tm_year > 2069) in rtc_set() 147 printf("WARNING: year should be between 1970 and 2069!\n"); in rtc_set()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ace/files/ |
H A D | ace_config.patch | 4 --- ACE_wrappers1/ace/config.h 1970-01-01 02:00:00.000000000 +0200 9 --- ACE_wrappers1/include/makeinclude/platform_macros.GNU 1970-01-01 02:00:00.000000000 +0200
|
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | time_utils_test.cpp | 91 "1970-01-01T00:00:00+00:00"); in TEST() 94 EXPECT_EQ(getDateTimeStdtime(std::time_t{0}), "1970-01-01T00:00:00+00:00"); in TEST() 100 "1970-01-01T00:00:00+00:00"); in TEST() 119 "1970-01-01T00:00:00+00:00"); in TEST() 130 "1970-01-01T00:00:00.000+00:00"); in TEST() 141 "1970-01-01T00:00:00.000000+00:00"); in TEST() 170 EXPECT_EQ(dateStringToEpoch("1970-01-01T00:00:00.000000+00:00"), in TEST()
|
/openbmc/openbmc/poky/meta/recipes-extended/at/at/ |
H A D | posixtm.c | 260 197001010000.00 13 0 Thu Jan 1 00:00:00 1970 261 197001010000.01 13 1 Thu Jan 1 00:00:01 1970 262 197001010001.00 13 60 Thu Jan 1 00:01:00 1970 263 197001010100.00 13 3600 Thu Jan 1 01:00:00 1970 264 197001020000.00 13 86400 Fri Jan 2 00:00:00 1970 265 197002010000.00 13 2678400 Sun Feb 1 00:00:00 1970 286 7012131415.16 13 29945716 Sun Dec 13 14:15:16 1970
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/ |
H A D | Progress.interface.yaml | 19 Indicates when the request is created since the Epoch (1 Jan 1970 24 Indicates when the state is completed since the Epoch (1 Jan 1970
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Multics | 15 (1963-1970), renamed the MIT Laboratory for Computer Science and 16 Artificial Intelligence in the mid 1970s, under the leadership of
|
/openbmc/bmcweb/redfish-core/src/utils/ |
H A D | time_utils.cpp | 234 // Preconditions: z is number of days since 1970-01-01 and is in the range: 267 // d is days since 1970-01-01 in toISO8061ExtendedStr() 279 // (1970) in toISO8061ExtendedStr() 287 else if (year < 1970) in toISO8061ExtendedStr() 289 year = 1970; in toISO8061ExtendedStr() 334 // d is days since 1970-01-01 346 ymd = 1970y / std::chrono::January / 1d; 361 else if (ymd.year() < 1970y) 364 ymd = 1970y / std::chrono::January / 1d;
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Time/ |
H A D | EpochTime.interface.yaml | 7 Time elpased since the Epoch(1 Jan 1970 00:00:00 UTC), in
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/ |
H A D | Entry.interface.yaml | 16 Commit timestamp of the error event entry in milliseconds since 1970. 63 since the epoch (1 Jan 1970 00:00:00 UTC). As only the Resolved
|
H A D | Event.interface.yaml | 22 Event creation timestamp in milliseconds since 1970.
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | s390-tod.h | 14 /* The value of the TOD clock for 1.1.1970. */
|
/openbmc/bmcweb/include/ |
H A D | cookies.hpp | 29 "expires=Thu, 01 Jan 1970 00:00:00 GMT"); in clearSessionCookies()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/ |
H A D | Progress.interface.yaml | 17 Jan 1970 00::00::00 UTC. This can be compared with the current
|
/openbmc/u-boot/include/zfs/ |
H A D | dsl_dataset.h | 21 uint64_t ds_creation_time; /* seconds since 1970 */
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
H A D | ScheduledHostTransition.interface.yaml | 9 time is the Epoch time, number of seconds since 1 Jan 1970 00::00::00
|
/openbmc/openbmc-test-automation/lib/ |
H A D | tftp_update_utils.py | 34 1970-01-01 00:00:00 UTC. This value should be obtained
|
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Sensor/Aggregation/History/ |
H A D | Average.interface.yaml | 29 number of milliseconds since 1970. The entries in the array will
|
H A D | Maximum.interface.yaml | 29 number of milliseconds since 1970. The entries in the array will
|
/openbmc/u-boot/doc/ |
H A D | README.ubi | 191 17442 Thu Jan 01 02:57:38 1970 imx28-evk.dtb 192 2998146 Thu Jan 01 02:57:43 1970 zImage
|