/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/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/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/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/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/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/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/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/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/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/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) 531 datetime.datetime(1970, 1, 1, 0, 0, tzinfo=datetime.timezone.utc) 534 datetime.datetime(2070, 1, 1, 0, 0, tzinfo=datetime.timezone.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/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…
|
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/ |
H A D | tcl_9.0.1.bb | 44 # /usr/share/zoneinfo/UTC /usr/share/zoneinfo/GMT /usr/share/lib/zoneinfo/UTC /usr/share/lib/zonein…
|
/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/webui-vue/src/components/Mixins/ |
H A D | LocalTimezoneLabelMixin.js | 9 return format(new Date(), pattern, { timezone }).replace('GMT', 'UTC');
|
/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/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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ |
H A D | Asset.interface.yaml | 17 fields from time and 'Z' is a literal character to indicate UTC. If
|
/openbmc/openbmc-test-automation/gui/gui_test/gui_header/ |
H A D | test_profile_settings_sub_menu.robot | 62 Verify Default UTC Timezone Display 63 [Documentation] Set default UTC timezone via GUI and verify timezone value in overview page.
|