/external/python/pyasn1/tests/type/ |
D | test_useful.py | 38 UTC = FixedOffset(0, 'UTC') variable 49 …izedTime.fromDateTime(datetime.datetime(2017, 7, 11, 0, 1, 2, 3000, tzinfo=UTC)) == '2017071100010… 55 …assert datetime.datetime(2017, 7, 11, 0, 1, 2, tzinfo=UTC) == useful.GeneralizedTime('201707110001… 58 …assert datetime.datetime(2017, 7, 11, 0, 1, 2, 3000, tzinfo=UTC) == useful.GeneralizedTime('201707… 61 …assert datetime.datetime(2017, 7, 11, 0, 1, 2, 3000, tzinfo=UTC) == useful.GeneralizedTime('201707… 64 …assert datetime.datetime(2017, 7, 11, 0, 1, 2, 3000, tzinfo=UTC) == useful.GeneralizedTime('201707… 104 …assert useful.UTCTime.fromDateTime(datetime.datetime(2017, 7, 11, 0, 1, 2, tzinfo=UTC)) == '170711… 110 …assert datetime.datetime(2017, 7, 11, 0, 1, 2, tzinfo=UTC) == useful.UTCTime('170711000102Z').asDa… 113 …assert datetime.datetime(2017, 7, 11, 0, 1, 2, tzinfo=UTC) == useful.UTCTime('170711000102+0000').…
|
/external/golang-protobuf/ptypes/ |
D | timestamp_test.go | 52 time.Unix(math.MinInt64, math.MinInt32).UTC()}, 54 {&tspb.Timestamp{Seconds: math.MinInt64, Nanos: 0}, false, time.Unix(math.MinInt64, 0).UTC()}, 60 time.Unix(math.MaxInt64, math.MaxInt32).UTC()}, 63 time.Unix(math.MaxInt64, 1e9-1).UTC()}, 66 time.Date(9999, 12, 31, 23, 59, 59, 1e9-1, time.UTC)}, 68 {&tspb.Timestamp{Seconds: maxValidSeconds, Nanos: 0}, false, time.Unix(maxValidSeconds, 0).UTC()}, 75 time.Date(2011, 1, 26, 3, 25, 45, 940483, time.UTC)}, 98 want := time.Unix(0, 0).UTC() 137 return time.Date(year, time.Month(month), day, 0, 0, 0, 0, time.UTC)
|
D | timestamp.go | 95 t = time.Unix(0, 0).UTC() // treat nil like the empty Timestamp 97 t = time.Unix(ts.Seconds, int64(ts.Nanos)).UTC()
|
/external/python/dateutil/dateutil/test/ |
D | test_utils.py | 13 UTC = tz.tzutc() variable 29 self.assertEqual(utils.today(UTC), 30 datetime(2014, 12, 16, 0, 0, 0, tzinfo=UTC)) 38 dt = datetime(2014, 9, 14, 9, 30, tzinfo=UTC) 40 UTC)
|
D | test_tz.py | 284 UTC = tz.tzutc() 286 t0_u = datetime(2013, 10, 27, 0, 30, tzinfo=UTC) # BST 287 t1_u = datetime(2013, 10, 27, 1, 30, tzinfo=UTC) # GMT 306 UTC = tz.tzutc() 318 in_dst_via_utc = (pre_dst.astimezone(UTC) + 2*hour).astimezone(NYC) 337 UTC = tz.tzutc() 343 self.assertNotEqual(dt0.astimezone(UTC), dt1.astimezone(UTC)) 559 UTC = tz.tzutc() 578 in_dst_via_utc = (pre_dst.astimezone(UTC) + 2*hour).astimezone(NYC) 594 UTC = tz.tzutc() [all …]
|
/external/clang/test/SemaCUDA/ |
D | device-var-init.cu | 115 __device__ UTC d_utc; 117 __shared__ UTC s_utc; 119 __constant__ UTC c_utc; 122 __device__ UTC d_utc_i(3); 124 __shared__ UTC s_utc_i(3); 126 __constant__ UTC c_utc_i(3);
|
/external/tcpdump/tests/ |
D | ahcp-vv.out | 4 Origin Time: 2013-11-10 07:59:42 UTC 13 Origin Time: 2013-11-10 07:59:44 UTC 23 Origin Time: 2013-11-10 07:59:42 UTC 32 Origin Time: 2013-11-10 07:59:44 UTC 42 Origin Time: 2013-11-10 08:00:09 UTC 51 Origin Time: 2013-11-10 08:00:11 UTC 61 Origin Time: 2013-11-10 08:00:09 UTC 70 Origin Time: 2013-11-10 08:00:12 UTC
|
/external/snakeyaml/src/test/java/examples/jodatime/ |
D | JodaTimeExampleTest.java | 37 DateTime time = new DateTime(timestamp, DateTimeZone.UTC); in testDump() 48 assertEquals(new DateTime(timestamp, DateTimeZone.UTC), time); in testLoad() 75 return new DateTime(date, DateTimeZone.UTC); in construct() 105 return new DateTime(date, DateTimeZone.UTC); in construct()
|
D | JodaTimeFlowStylesTest.java | 45 DateTime etalon = new DateTime(timestamp, DateTimeZone.UTC); in testLoadBeanWithBlockFlow() 120 DateTime etalon = new DateTime(timestamp, DateTimeZone.UTC); in testLoadBeanWithAutoFlow() 146 return new DateTime(date, DateTimeZone.UTC); in construct()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | antarctica | 43 # Casey moved from UTC+8 to UTC+11 44 # Davis moved from UTC+7 to UTC+5 45 # Mawson moved from UTC+6 to UTC+5 57 # - Casey station reverted to its normal time of UTC+8 on 5 March 2010. 58 # The change to UTC+11 is being considered as a regular summer thing but 61 # - Davis station will revert to its normal time of UTC+7 at 10 March 2010 62 # 20:00 UTC. 64 # - Mawson station stays on UTC+5. 71 # zone to UTC+11 in "the morning of 22nd October 2016". 219 # The dates for switching to and from UTC+0 will probably not be absolutely [all …]
|
D | etcetera | 10 # need now for the entries that are not on UTC are for ships at sea 21 Zone Etc/UTC 0 - UTC 29 Link Etc/UTC Etc/Universal 30 Link Etc/UTC Etc/Zulu
|
D | backward | 80 Link Etc/UTC Etc/UCT 115 Link Etc/UTC UCT 128 Link Etc/UTC UTC 129 Link Etc/UTC Universal 131 Link Etc/UTC Zulu
|
/external/python/cpython3/Doc/library/ |
D | datetime.rst | 33 Coordinated Universal Time (UTC), local time, or time in some other timezone is 41 These :class:`tzinfo` objects capture information about the offset from UTC 45 represent simple timezones with fixed offset from UTC, such as UTC itself or 49 standard suitable for every application aside from UTC. 121 fixed offset from the UTC. 750 Return the current UTC date and time, with :attr:`.tzinfo` ``None``. This is like 751 :meth:`now`, but returns the current UTC date and time, as a naive 752 :class:`.datetime` object. An aware current UTC datetime can be obtained by 789 Return the UTC :class:`.datetime` corresponding to the POSIX timestamp, with 933 time or when the UTC offset for the current zone is decreased for political reasons.) [all …]
|
/external/iptables/extensions/ |
D | libxt_time.man | 3 as UTC by default. 38 Use the kernel timezone instead of UTC to determine whether a packet meets the 41 About kernel timezones: Linux keeps the system time in UTC, and always does so. 43 time source has no timezone information, such as the x86 CMOS RTC, UTC will be 44 assumed. If the time source is however not in UTC, userspace should provide the 50 userspace environment variable specifies how the UTC-based system time is 55 non-UTC sources, such as FAT filesystems, to UTC (since the latter is what the
|
/external/python/pyasn1/docs/source/pyasn1/type/useful/ |
D | utctime.rst | 20 * **YYMMDDhhmm[ss]** standing for UTC time, two 25 * a string as above followed by the letter “Z” (denoting a UTC 29 time zone offset relative to UTC
|
/external/golang-protobuf/ptypes/timestamp/ |
D | timestamp.proto | 45 // nanosecond resolution in UTC Epoch time. It is encoded using the 105 // are optional. The "Z" suffix indicates the timezone ("UTC"); the timezone 106 // is required. A proto3 JSON serializer should always use UTC (as indicated by 108 // able to accept both UTC and other timezones (as indicated by an offset). 111 // 01:30 UTC on January 15, 2017. 125 // Represents seconds of UTC time since Unix epoch
|
/external/fonttools/Lib/fontTools/ufoLib/ |
D | utils.py | 22 class UTC(tzinfo): class 33 utc = UTC()
|
/external/syzkaller/vendor/github.com/golang/protobuf/ptypes/ |
D | timestamp.go | 95 t = time.Unix(0, 0).UTC() // treat nil like the empty Timestamp 97 t = time.Unix(ts.Seconds, int64(ts.Nanos)).UTC()
|
/external/clang/test/SemaCUDA/Inputs/ |
D | cuda-initializers.h | 89 struct UTC { struct 90 template <typename... T> __device__ UTC(T...);
|
/external/clang/test/CodeGenCUDA/Inputs/ |
D | cuda-initializers.h | 89 struct UTC { struct 90 template <typename... T> __device__ UTC(T...);
|
/external/u-boot/doc/ |
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
|
/external/syzkaller/vendor/github.com/golang/protobuf/ptypes/timestamp/ |
D | timestamp.proto | 45 // nanosecond resolution in UTC Epoch time. It is encoded using the 105 // are optional. The "Z" suffix indicates the timezone ("UTC"); the timezone 106 // is required, though only UTC (as indicated by "Z") is presently supported. 109 // 01:30 UTC on January 15, 2017. 123 // Represents seconds of UTC time since Unix epoch
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | timezone_aliases.txt | 76 Etc/Universal; Etc/UTC 77 Etc/Zulu; Etc/UTC 154 UTC; Etc/UTC
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPDateTimeFactory.java | 29 private static final TimeZone UTC = TimeZone.getTimeZone("UTC"); field in XMPDateTimeFactory 131 GregorianCalendar cal = new GregorianCalendar(UTC); in convertToUTCTime()
|
/external/python/cpython2/Doc/library/ |
D | datetime.rst | 30 Coordinated Universal Time (UTC), local time, or time in some other timezone is 38 These :class:`tzinfo` objects capture information about the offset from UTC 675 Return the current UTC date and time, with :attr:`.tzinfo` ``None``. This is like 676 :meth:`now`, but returns the current UTC date and time, as a naive 703 Return the UTC :class:`.datetime` corresponding to the POSIX timestamp, with 846 as if *a* and *b* were first converted to naive UTC datetimes first. The 858 attributes, the comparands are first adjusted by subtracting their UTC 906 adjusting the date and time data so the result is the same UTC time as 916 time in time zone *tz*, representing the same UTC time as *self*: after 935 # Convert self to UTC, and attach the new time zone object. [all …]
|