Home
last modified time | relevance | path

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

12345678910

/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/buildroot/support/testing/tests/core/
H A Dtest_timezone.py23 tz, _ = self.emulator.run("TZ=UTC date +%Z")
24 self.assertEqual(tz[0].strip(), "UTC")
26 self.assertEqual(tz[0].strip(), "UTC")
42 self.assertEqual(tz[0].strip(), "UTC")
43 tz, _ = self.emulator.run("TZ=UTC date +%Z")
44 self.assertEqual(tz[0].strip(), "UTC")
67 tz, _ = self.emulator.run("TZ=UTC date +%Z")
68 self.assertEqual(tz[0].strip(), "UTC")
/OK3568_Linux_fs/yocto/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)
/OK3568_Linux_fs/buildroot/package/olsr/
H A D0003-pud-adapt-to-API-changes-in-gpsd-3-20.patch74 info->utc.year = (unsigned int) time->tm_year + 1900;
75 info->utc.mon = (unsigned int) time->tm_mon + 1;
77 info->utc.hour = (unsigned int) time->tm_hour;
78 info->utc.min = (unsigned int) time->tm_min;
79 info->utc.sec = (unsigned int) time->tm_sec;
80 - info->utc.hsec = (unsigned int) lrint(fraction * 100);
81 + info->utc.hsec = hsec;
/OK3568_Linux_fs/buildroot/package/busybox/
H A D0008-rtc-Use-UTC-by-default-when-parsing-adjtime-file.patch4 Subject: [PATCH 8/8] rtc: Use UTC by default when parsing adjtime file
7 sys-utils/hwclock.c: "get info from adjtime file - default is UTC"
22 - int utc = 0;
23 + int utc = 1;
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/
H A D0001-Create-subroutine-for-cleaning-recent-interfaces.patch28 + const mDNSs32 utc = mDNSPlatformUTC();
32 + if (utc - pi->LastSeen < 60) ri = (PosixNetworkInterface **)&pi->coreIntf.next;
46 - const mDNSs32 utc = mDNSPlatformUTC();
50 - if (utc - pi->LastSeen < 60) ri = (PosixNetworkInterface **)&pi->coreIntf.next;
/OK3568_Linux_fs/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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/libexec/gcc/aarch64-none-linux-gnu/10.3.1/install-tools/
H A Dmkinstalldirs4 scriptversion=2009-04-28.21; # UTC
160 # time-stamp-time-zone: "UTC"
161 # time-stamp-end: "; # UTC"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/libexec/gcc/arm-none-linux-gnueabihf/10.3.1/install-tools/
H A Dmkinstalldirs4 scriptversion=2009-04-28.21; # UTC
160 # time-stamp-time-zone: "UTC"
161 # time-stamp-end: "; # UTC"
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/types/
H A Dstruct_tm.h20 long int tm_gmtoff; /* Seconds east of UTC. */
23 long int __tm_gmtoff; /* Seconds east of UTC. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/types/
H A Dstruct_tm.h20 long int tm_gmtoff; /* Seconds east of UTC. */
23 long int __tm_gmtoff; /* Seconds east of UTC. */
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit/
H A DrcS-default12 # Assume that the BIOS clock is set to UTC time (recommended)
13 UTC=yes
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/sqlite/files/
H A DCVE-2022-46908.patch1 From 1b779afa3ed2f35a110e460fc6ed13cba744db85 2022-12-05 02:52:37 UTC
3 Date: 2022-12-05 02:52:37 UTC
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.h279 /* UTC VM L2 bank */
281 /* UTC VM walker */
283 /* UTC ATC L2 2MB cache */
285 /* UTC ATC L2 4KB cache */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dtime.h126 /* Return the `struct tm' representation of *TIMER in UTC,
161 extern long int __timezone; /* Seconds west of UTC. */
273 the time in seconds since 00:00:00 UTC, January 1, 1970) */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dtime.h126 /* Return the `struct tm' representation of *TIMER in UTC,
161 extern long int __timezone; /* Seconds west of UTC. */
273 the time in seconds since 00:00:00 UTC, January 1, 1970) */
/OK3568_Linux_fs/u-boot/include/linux/
H A Dtime.h40 long int tm_gmtoff; /* Seconds east of UTC. */
43 long int __tm_gmtoff; /* Seconds east of UTC. */
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dcvs.py97 … options.append("-D \"%s %s:%s UTC\"" % (ud.date[0:8], ud.date[8:10], ud.date[10:12]))
99 options.append("-D \"%s UTC\"" % ud.date)
/OK3568_Linux_fs/external/xserver/
H A Dtest-driver4 scriptversion=2018-03-07.03; # UTC
147 # time-stamp-end: "; # UTC"
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dtimekeeping.rst36 using the Coordinated Universal Time (UTC), same as gettimeofday()
48 reference instead of UTC to avoid jumping on leap second updates.
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dtimex.h62 #define PTFF_QUI 0x04 /* query UTC information */
84 /* Query UTC information result */
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_format.h864 * seconds and nanoseconds; time zero is the Unix epoch, Jan 1 00:00:00 UTC
873 * Dec 31 20:45:52 UTC 1901. Because the epochs are not the same, callers
887 * corresponds exactly with the incore timestamp Dec 13 20:45:52 UTC 1901.
893 * corresponds exactly with the incore timestamp Jan 19 03:14:07 UTC 2038.
900 * minimum timestamp of Dec 13 20:45:52 UTC 1901.
907 * of Jul 2 20:20:24 UTC 2486.
1282 * seconds counter; time zero is the Unix epoch, Jan 1 00:00:01 UTC 1970.
1300 * This corresponds exactly with the incore expiration Jan 1 00:00:01 UTC 1970.
1306 * This corresponds exactly with the incore expiration Feb 7 06:28:15 UTC 2106.
1313 * expiration of Jan 1 00:00:04 UTC 1970.
[all …]

12345678910