Home
last modified time | relevance | path

Searched refs:UTC (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/external/golang-protobuf/ptypes/
Dtimestamp_test.go52 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)
Dtimestamp.go95 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/
Ddevice-var-init.cu115 __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/
Dahcp-vv.out4 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/
DJodaTimeExampleTest.java37 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()
DJodaTimeFlowStylesTest.java45 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/iptables/extensions/
Dlibxt_time.man3 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/cpython3/Doc/library/
Ddatetime.rst33 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.
731 Return the current UTC date and time, with :attr:`.tzinfo` ``None``. This is like
732 :meth:`now`, but returns the current UTC date and time, as a naive
733 :class:`.datetime` object. An aware current UTC datetime can be obtained by
770 Return the UTC :class:`.datetime` corresponding to the POSIX timestamp, with
899 time or when the UTC offset for the current zone is decreased for political reasons.)
[all …]
Dtime.rst25 dependent. For Unix, the epoch is January 1, 1970, 00:00:00 (UTC).
58 single: UTC
62 * UTC is Coordinated Universal Time (formerly known as Greenwich Mean Time, or
63 GMT). The acronym UTC is not a mistake but a compromise between English and
108 | | UTC | |
114 | UTC | | |
125 The offset of the local DST timezone, in seconds west of UTC, if one is defined.
126 This is negative if the local DST timezone is east of UTC (as in Western Europe,
293 UTC in which the dst flag is always zero. If *secs* is not provided or
312 UTC. It returns a floating point number, for compatibility with :func:`.time`.
[all …]
Demail.util.rst118 :func:`time.mktime`, and the tenth is the offset of the date's timezone from UTC
130 time in UTC but with no indication of the actual source timezone of the
140 Turn a 10-tuple as returned by :func:`parsedate_tz` into a UTC
156 returns a date relative to the local timezone instead of UTC, properly taking
157 daylight savings time into account. The default is ``False`` meaning UTC is
169 a naive datetime, it is assumed to be "UTC with no information about the
/external/clang/test/CodeGenCUDA/Inputs/
Dcuda-initializers.h89 struct UTC { struct
90 template <typename... T> __device__ UTC(T...);
/external/clang/test/SemaCUDA/Inputs/
Dcuda-initializers.h89 struct UTC { struct
90 template <typename... T> __device__ UTC(T...);
/external/golang-protobuf/ptypes/timestamp/
Dtimestamp.proto45 // 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/timezonepicker-support/
Dbackward114 Link Etc/UTC UTC
115 Link Etc/UTC Universal
117 Link Etc/UTC Zulu
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPDateTimeFactory.java29 private static final TimeZone UTC = TimeZone.getTimeZone("UTC"); field in XMPDateTimeFactory
131 GregorianCalendar cal = new GregorianCalendar(UTC); in convertToUTCTime()
/external/python/cpython2/Doc/library/
Ddatetime.rst30 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 …]
Dtime.rst52 single: UTC
56 * UTC is Coordinated Universal Time (formerly known as Greenwich Mean Time, or
57 GMT). The acronym UTC is not a mistake but a compromise between English and
97 | | UTC | |
103 | UTC | | |
122 The offset of the local DST timezone, in seconds west of UTC, if one is defined.
123 This is negative if the local DST timezone is east of UTC (as in Western Europe,
183 UTC in which the dst flag is always zero. If *secs* is not provided or
214 UTC. It returns a floating point number, for compatibility with :func:`.time`.
386 except for recognizing UTC and GMT which are always known (and are considered to
[all …]
/external/icu/icu4c/source/data/zone/
Dse.txt58 gmtFormat{"UTC{0}"}
59 gmtZeroFormat{"UTC"}
Droot.txt96 "Etc:UTC"{
97 ss{"UTC"}
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneAliases.txt67 Etc/Universal ; Etc/UTC
68 Etc/Zulu ; Etc/UTC
141 UTC ; Etc/UTC
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneAliases.txt67 Etc/Universal ; Etc/UTC
68 Etc/Zulu ; Etc/UTC
141 UTC ; Etc/UTC
/external/icu/icu4c/source/data/misc/
DtimezoneTypes.txt83 "Etc:UCT"{"Etc/UTC"}
84 "Etc:Universal"{"Etc/UTC"}
85 "Etc:Zulu"{"Etc/UTC"}
140 UCT{"Etc/UTC"}
141 UTC{"Etc/UTC"}
142 Universal{"Etc/UTC"}
144 Zulu{"Etc/UTC"}
493 "Etc:UTC"{"utc"}
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarTestFmwk.java56 public final static SimpleTimeZone UTC = new SimpleTimeZone(0, "GMT"); field in CalendarTestFmwk
80 cal.setTimeZone(UTC); in doTestCases()
93 gregFormat.setTimeZone(UTC); in doTestCases()
95 GregorianCalendar pureGreg = new GregorianCalendar(UTC); in doTestCases()
/external/skqp/site/dev/testing/
Dskqp.md18 | `2018-02-13 21:07:09 UTC` | SkQP: relax five tests
20 | `2018-02-13 19:33:12 UTC` | SkQP: debug option, and fix..
/external/python/cpython2/Doc/includes/
Dtzinfo-examples.py8 class UTC(tzinfo): class
20 utc = UTC()

12345678910>>...12