/openbmc/linux/fs/ntfs/ |
H A D | time.h | 19 * utc2ntfs - convert Linux UTC time to NTFS time 20 * @ts: Linux UTC time to convert to NTFS time 22 * Convert the Linux UTC time @ts to its corresponding NTFS time and return 27 * 1st January 1970, 00:00:00 UTC and tv_nsec is the number of 1-nano-second 32 * 00:00:00 UTC. 60 * @time: NTFS time (little endian) to convert to Linux UTC 62 * Convert the little endian NTFS time @time to its corresponding Linux UTC 67 * 1st January 1970, 00:00:00 UTC and tv_nsec is the number of 1-nano-second 72 * 00:00:00 UTC.
|
/openbmc/phosphor-webui/app/common/filters/ |
H A D | index.js | 27 return function(timestamp, utc = false) { argument 34 var tz = 'UTC'; 35 if (!utc) { 41 // "Dec 3, 2018 5:35:01 PM UTC" for en-US at 'UTC' 44 // "Dec 3, 2018 17:35:01 UTC" for ru-RU at 'UTC'
|
/openbmc/linux/fs/fat/ |
H A D | fat_test.c | 34 .name = "Earliest possible UTC (1980-01-01 00:00:00)", 42 .name = "Latest possible UTC (2107-12-31 23:59:58)", 50 .name = "Earliest possible (UTC-11) (== 1979-12-31 13:00:00 UTC)", 58 .name = "Latest possible (UTC+11) (== 2108-01-01 10:59:58 UTC)", 90 .name = "Leap year + timezone UTC+1 (== 2004-02-29 00:30:00 UTC)", 98 .name = "Leap year + timezone UTC-1 (== 2004-02-29 23:30:00 UTC)",
|
/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/ |
H A D | 0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch | 24 + Time.utc(date.utc.year, date.utc.month, date.utc.day) 26 Time.utc(date.year, date.month, date.day)
|
/openbmc/qemu/tests/qtest/ |
H A D | rs5c372-test.c | 23 struct tm *utc = gmtime(&now); in rs5c372_read_date() local 28 g_assert_cmpuint(from_bcd(resp[5]), == , utc->tm_mday); in rs5c372_read_date() 29 g_assert_cmpuint(from_bcd(resp[6]), == , 1 + utc->tm_mon); in rs5c372_read_date() 30 g_assert_cmpuint(2000 + from_bcd(resp[7]), == , 1900 + utc->tm_year); in rs5c372_read_date()
|
/openbmc/phosphor-time-manager/ |
H A D | bmc_epoch.hpp | 46 * @return The elapsed microseconds since UTC 53 * @param[in] value - The microseconds since UTC to set 54 * @return The updated elapsed microseconds since UTC 70 * @param[in] timeOfDayUsec - Microseconds since UTC 78 * @return Microseconds since UTC
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | hwclock.sh | 9 # Description: Set system clock to hardware clock, according to the UTC 13 # WARNING: If your hardware clock is not in UTC/GMT, this script 25 [ "$UTC" = "yes" ] && tz="--utc" || tz="--localtime"
|
H A D | rcS.default | 12 # Assume that the BIOS clock is set to UTC time (recommended) 13 UTC=yes
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
H A D | 0001-Create-subroutine-for-cleaning-recent-interfaces.patch | 29 + const mDNSs32 utc = mDNSPlatformUTC(); 33 + if (utc - pi->LastSeen < 60) ri = (PosixNetworkInterface **)&pi->coreIntf.next; 48 - const mDNSs32 utc = mDNSPlatformUTC(); 52 - if (utc - pi->LastSeen < 60) ri = (PosixNetworkInterface **)&pi->coreIntf.next;
|
/openbmc/openbmc-test-automation/extended/ |
H A D | test_bmc_reset_loop.robot | 75 Verify BMC RTC And UTC Time Drift 90 Verify BMC RTC And UTC Time Drift 105 Verify BMC RTC And UTC Time Drift 114 Verify BMC RTC And UTC Time Drift
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | pci_hw.h | 223 * 2: UTC - time_stamp[37:30] = Sec 225 * 3: Mirror_UTC. UTC time stamp of the original packet that has 232 * Note that Spectrum does not reveal FRC, UTC and Mirror_UTC 311 * 2: UTC 312 * 3: Mirror_UTC. UTC time stamp of the original packet that has 325 * 2: UTC - time_stamp[37:30] = Sec 327 * 3: Mirror_UTC. UTC time stamp of the original packet that has 334 * Note that Spectrum does not reveal FRC, UTC and Mirror_UTC
|
/openbmc/phosphor-webui/app/server-health/controllers/ |
H A D | log-controller.html | 16 <span>{{tmz === 'UTC' ? 'UTC Timezone' : 'User Timezone'}}</span> 23 <button ng-click="tmz = 'UTC'">UTC Timezone</button>
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_date_and_time_utils.robot | 32 # empty, it will be set to the UTC current 39 # Assign default value of UTC current date time if date_time is empty. 40 ${current_date_time}= Get Current Date time_zone=UTC 79 ${current_date}= Get Current Date time_zone=UTC
|
H A D | utils.py | 129 [local_time]: Fri 2017-11-03 152756 UTC 131 [universal_time]: Fri 2017-11-03 152756 UTC 135 [time_zone]: n/a (UTC, +0000) 143 # Local time: Fri 2017-11-03 15:27:56 UTC 144 # Universal time: Fri 2017-11-03 15:27:56 UTC 146 # Time zone: n/a (UTC, +0000)
|
/openbmc/u-boot/doc/ |
H A D | README.SNTP | 7 "ntpserverip". The network time is sent as UTC. So if you want to 8 set local time to RTC, set the offset in second from UTC to the
|
/openbmc/webui-vue/src/ |
H A D | main.js | 128 timeZone: 'UTC', 131 return `${value.toLocaleTimeString('default', timeOptions)} UTC`; 136 return format(value, pattern, { timezone }).replace('GMT', 'UTC');
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/ |
H A D | Progress.interface.yaml | 20 00:00:00 UTC), in microseconds. 25 00:00:00 UTC), in microseconds.
|
/openbmc/bmcweb/scripts/ |
H A D | generate_auth_certificates.py | 102 datetime.datetime(1970, 1, 1, 0, 0, tzinfo=datetime.timezone.utc) 105 datetime.datetime(2070, 1, 1, 0, 0, tzinfo=datetime.timezone.utc) 168 datetime.datetime(1970, 1, 1, 0, 0, tzinfo=datetime.timezone.utc) 171 datetime.datetime(2070, 1, 1, 0, 0, tzinfo=datetime.timezone.utc) 223 datetime.datetime(1970, 1, 1, 0, 0, tzinfo=datetime.timezone.utc) 226 datetime.datetime(2070, 1, 1, 0, 0, tzinfo=datetime.timezone.utc) 529 datetime.datetime(1970, 1, 1, 0, 0, tzinfo=datetime.timezone.utc) 532 datetime.datetime(2070, 1, 1, 0, 0, tzinfo=datetime.timezone.utc)
|
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/ |
H A D | rcS-default | 12 # Assume that the BIOS clock is set to UTC time (recommended) 13 UTC=yes
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_dumps.robot | 371 # Wed Aug 30 17:23:29 UTC 2023 Name: BMCDUMP.XXXXXXX.0001005.20230830172329 372 # Wed Aug 30 17:23:29 UTC 2023 Epochtime: 1693416209 373 # Wed Aug 30 17:23:29 UTC 2023 ID: 0001005 374 # Wed Aug 30 17:23:29 UTC 2023 Type: user 436 # Wed Aug 30 17:23:29 UTC 2023 Name: BMCDUMP.XXXXXXX.0001005.20230830172329 437 # Wed Aug 30 17:23:29 UTC 2023 Epochtime: 1693416209 438 # Wed Aug 30 17:23:29 UTC 2023 ID: 0001005 439 # Wed Aug 30 17:23:29 UTC 2023 Type: core
|
/openbmc/openbmc-tools/pretty-journal/ |
H A D | pretty-journal.py | 28 tz = timezone.utc if use_utc else None 41 help="Display timestamps in local time (default is UTC)",
|
/openbmc/phosphor-webui/app/configuration/controllers/ |
H A D | date-time-controller.js | 38 // Central Standard Time (UTC-06:00) 39 // Moscow Standard Time (UTC+03:00) 197 …// https://stackoverflow.com/questions/9149556/how-to-get-utc-offset-in-javascript-analog-of-timez… 202 return '(UTC' + sign + hours + ':' + minutes + ')';
|
/openbmc/linux/Documentation/filesystems/ |
H A D | vfat.rst | 140 **tz=UTC** 141 Interpret timestamps as UTC rather than local time. 143 between local time (as used by Windows on FAT) and UTC 146 that are set to UTC in order to avoid the pitfalls of 151 used by FAT to UTC. I.e. <minutes> minutes will be subtracted 152 from each timestamp to convert it to UTC used internally by
|
/openbmc/webui-vue/src/views/Settings/DateTime/ |
H A D | DateTime.vue | 295 return 'UTC'; 357 // Create UTC Date 410 // a UTC Date object 413 let utcDate = Date.UTC( 415 //UTC expects zero-index month value 0-11 (January-December) 416 …ttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/UTC#Parameters
|
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/ |
H A D | tcl8_8.6.16.bb | 48 # /usr/share/zoneinfo/UTC /usr/share/zoneinfo/GMT /usr/share/lib/zoneinfo/UTC /usr/share/lib/zonein…
|