| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/core/ |
| H A D | test_timezone.py | 23 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 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)
|
| /OK3568_Linux_fs/buildroot/package/olsr/ |
| H A D | 0003-pud-adapt-to-API-changes-in-gpsd-3-20.patch | 74 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 D | 0008-rtc-Use-UTC-by-default-when-parsing-adjtime-file.patch | 4 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 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
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
| H A D | 0001-Create-subroutine-for-cleaning-recent-interfaces.patch | 28 + 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 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
|
| /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 D | mkinstalldirs | 4 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 D | mkinstalldirs | 4 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 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
|
| /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 D | struct_tm.h | 20 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 D | struct_tm.h | 20 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 D | rcS-default | 12 # 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 D | CVE-2022-46908.patch | 1 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 D | amdgpu_ras.h | 279 /* 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 D | time.h | 126 /* 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 D | time.h | 126 /* 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 D | time.h | 40 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 D | cvs.py | 97 … 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 D | test-driver | 4 scriptversion=2018-03-07.03; # UTC 147 # time-stamp-end: "; # UTC"
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | timekeeping.rst | 36 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 D | timex.h | 62 #define PTFF_QUI 0x04 /* query UTC information */ 84 /* Query UTC information result */
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_format.h | 864 * 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 …]
|