Home
last modified time | relevance | path

Searched full:utc (Results 1 – 25 of 217) sorted by relevance

123456789

/openbmc/linux/fs/ntfs/
H A Dtime.h19 * 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 Dindex.js27 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 Dfat_test.c34 .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 D0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch24 + Time.utc(date.utc.year, date.utc.month, date.utc.day)
26 Time.utc(date.year, date.month, date.day)
/openbmc/phosphor-time-manager/
H A Dbmc_epoch.hpp46 * @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 Dhwclock.sh9 # 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 DrcS.default12 # 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 D0001-Create-subroutine-for-cleaning-recent-interfaces.patch29 + 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/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci_hw.h223 * 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/openbmc-test-automation/extended/
H A Dtest_bmc_reset_loop.robot75 Verify BMC RTC And UTC Time Drift
89 Verify BMC RTC And UTC Time Drift
103 Verify BMC RTC And UTC Time Drift
112 Verify BMC RTC And UTC Time Drift
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dlog-controller.html16 <span>{{tmz === 'UTC' ? 'UTC Timezone' : 'User Timezone'}}</span>
23 <button ng-click="tmz = 'UTC'">UTC Timezone</button>
/openbmc/u-boot/doc/
H A DREADME.SNTP7 "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/lib/
H A Dbmc_date_and_time_utils.robot32 # empty, it will be set to the UTC current
40 # Assign default value of UTC current date time if date_time is empty.
42 ... '${date_time}' == '${EMPTY}' Get Current Date time_zone=UTC
77 ${current_date}= Get Current Date time_zone=UTC
H A Dutils.py129 [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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/
H A DProgress.interface.yaml20 00:00:00 UTC), in microseconds.
25 00:00:00 UTC), in microseconds.
/openbmc/webui-vue/src/
H A Dmain.js134 timeZone: 'UTC',
137 return `${value.toLocaleTimeString('default', timeOptions)} UTC`;
142 return format(value, pattern, { timezone }).replace('GMT', 'UTC');
/openbmc/bmcweb/scripts/
H A Dgenerate_auth_certificates.py75 datetime.datetime(1970, 1, 1, 0, 0, tzinfo=datetime.timezone.utc)
78 datetime.datetime(2070, 1, 1, 0, 0, tzinfo=datetime.timezone.utc)
139 datetime.datetime(1970, 1, 1, 0, 0, tzinfo=datetime.timezone.utc)
142 datetime.datetime(2070, 1, 1, 0, 0, tzinfo=datetime.timezone.utc)
177 datetime.datetime(1970, 1, 1, 0, 0, tzinfo=datetime.timezone.utc)
180 datetime.datetime(2070, 1, 1, 0, 0, tzinfo=datetime.timezone.utc)
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/
H A DrcS-default12 # Assume that the BIOS clock is set to UTC time (recommended)
13 UTC=yes
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_dumps.robot371 # 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/phosphor-webui/app/configuration/controllers/
H A Ddate-time-controller.js38 // 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 Dvfat.rst140 **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 DDateTime.vue295 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 Dtcl8_8.6.16.bb48 # /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 Dtcl_9.0.1.bb44 # /usr/share/zoneinfo/UTC /usr/share/zoneinfo/GMT /usr/share/lib/zoneinfo/UTC /usr/share/lib/zonein…
/openbmc/linux/fs/smb/server/
H A Dmisc.c339 * Convert the NT UTC (based 1601-01-01, in hundred nanosecond units)
340 * into Unix UTC (based 1970-01-01, in seconds).
369 /* Convert the Unix UTC into NT UTC. */

123456789