HomeSort by relevance Sort by last modified time
    Searched refs:UTC (Results 126 - 150 of 245) sorted by null

1 2 3 4 56 7 8 910

  /prebuilts/go/linux-x86/src/net/http/
header_test.go 116 expect := time.Date(1994, 11, 6, 8, 49, 37, 0, time.UTC)
cookie.go 116 c.Expires = exptime.UTC()
175 b.Write(c.Expires.UTC().AppendFormat(b2, TimeFormat))
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /libcore/ojluni/src/main/java/java/time/
ZoneOffset.java 91 * A time-zone offset from Greenwich/UTC, such as {@code +02:00}.
93 * A time-zone offset is the amount of time that a time-zone differs from Greenwich/UTC.
100 * For example, Paris is one hour ahead of Greenwich/UTC in winter and two hours
143 * The time-zone offset for UTC, with an ID of 'Z'.
145 public static final ZoneOffset UTC = ZoneOffset.ofTotalSeconds(0);
172 * <li>{@code Z} - for UTC
477 * <li>{@code Z} - for UTC (ISO-8601)
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1_test.go 269 {"910506234540Z", true, time.Date(1991, 05, 06, 23, 45, 40, 0, time.UTC)},
270 {"9105062345Z", true, time.Date(1991, 05, 06, 23, 45, 0, 0, time.UTC)},
271 {"5105062345Z", true, time.Date(1951, 05, 06, 23, 45, 0, 0, time.UTC)},
323 {"20100102030405Z", true, time.Date(2010, 01, 02, 03, 04, 05, 0, time.UTC)},
425 {"utc", fieldParameters{timeType: TagUTCTime}},
650 NotBefore: time.Date(2009, 10, 8, 00, 25, 53, 0, time.UTC),
651 NotAfter: time.Date(2010, 10, 8, 00, 25, 53, 0, time.UTC),
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
cookie.go 116 c.Expires = exptime.UTC()
175 b.Write(c.Expires.UTC().AppendFormat(b2, TimeFormat))
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1_test.go 269 {"910506234540Z", true, time.Date(1991, 05, 06, 23, 45, 40, 0, time.UTC)},
270 {"9105062345Z", true, time.Date(1991, 05, 06, 23, 45, 0, 0, time.UTC)},
271 {"5105062345Z", true, time.Date(1951, 05, 06, 23, 45, 0, 0, time.UTC)},
323 {"20100102030405Z", true, time.Date(2010, 01, 02, 03, 04, 05, 0, time.UTC)},
425 {"utc", fieldParameters{timeType: TagUTCTime}},
650 NotBefore: time.Date(2009, 10, 8, 00, 25, 53, 0, time.UTC),
651 NotAfter: time.Date(2010, 10, 8, 00, 25, 53, 0, time.UTC),
    [all...]
  /prebuilts/go/darwin-x86/src/archive/zip/
writer.go 297 // do not convert to UTC, because we assume the user intends to encode
302 // The timezone is only non-UTC if a user directly sets the Modified
303 // field directly themselves. All other approaches sets UTC.
  /prebuilts/go/linux-x86/src/archive/zip/
writer.go 297 // do not convert to UTC, because we assume the user intends to encode
302 // The timezone is only non-UTC if a user directly sets the Modified
303 // field directly themselves. All other approaches sets UTC.
  /external/curl/tests/
testcurl.pl 337 # Set timestamp to the UTC this script is running. Its value might
339 $timestamp = scalar(gmtime)." UTC";
432 # Set timestamp to the UTC the git update took place.
433 $timestamp = scalar(gmtime)." UTC" if (!$gitstat);
455 # Set timestamp to the UTC the git update took place.
456 $timestamp = scalar(gmtime)." UTC" if (!$gitstat);
513 $stampstring =~ s/\s+UTC//;
514 $timestamp = $stampstring." UTC";
  /libcore/ojluni/src/test/java/time/tck/java/time/chrono/
TCKChronoLocalDate.java 319 ChronoLocalDate test3 = ChronoLocalDate.from(date.atTime(LocalTime.of(12, 30)).atZone(ZoneOffset.UTC));
TCKChronoLocalDateTime.java 327 ChronoLocalDateTime<?> test2 = ChronoLocalDateTime.from(dateTime.atZone(ZoneOffset.UTC));
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKOffsetPrinterParser.java 83 private static final ZoneOffset OFFSET_UTC = ZoneOffset.UTC;
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeMessageTest.java 544 Date expected = new Date(Date.UTC(109, 11, 10, 15, 8, 8) + 7 * 60 * 60 * 1000);
  /prebuilts/go/darwin-x86/src/log/
log.go 42 LUTC // if Ldate or Ltime is set, use UTC rather than the local time zone
100 t = t.UTC()
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_read.go 101 // number of UTC/local indicators
144 // are specified as UTC or local time.
  /prebuilts/go/linux-x86/src/log/
log.go 42 LUTC // if Ldate or Ltime is set, use UTC rather than the local time zone
100 t = t.UTC()
  /prebuilts/go/linux-x86/src/time/
zoneinfo_read.go 101 // number of UTC/local indicators
144 // are specified as UTC or local time.
  /build/soong/cmd/zip2zip/
zip2zip.go 40 staticTime = time.Date(2009, 1, 1, 0, 0, 0, 0, time.UTC)
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKMonthDay.java 176 ZoneId zone = ZoneId.of("UTC+01:02:03");
194 Instant instant = LocalDateTime.of(2010, 12, 31, 0, 0).toInstant(ZoneOffset.UTC);
195 Clock clock = Clock.fixed(instant, ZoneOffset.UTC);
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/cryptobyte/
asn1_test.go 244 {"20100102030405Z", true, time.Date(2010, 01, 02, 03, 04, 05, 0, time.UTC)},
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/cryptobyte/
asn1_test.go 244 {"20100102030405Z", true, time.Date(2010, 01, 02, 03, 04, 05, 0, time.UTC)},
  /frameworks/base/services/core/java/com/android/server/connectivity/
MultipathPolicyTracker.java 124 return new BestClock(ZoneOffset.UTC, SystemClock.currentNetworkTimeClock(),
  /frameworks/support/tv-provider/src/androidTest/java/androidx/tvprovider/media/tv/
PreviewProgramTest.java 213 .setReleaseDate(new Date(Date.UTC(97, 2, 8, 9, 30, 59)))
  /libcore/ojluni/src/main/java/java/util/
Date.java 58 * coordinated universal time (UTC), it may not do so exactly,
62 * in all cases. In UTC, however, about once every year or two there
74 * distinction between UTC and UT is that UTC is based on an atomic
79 * seconds are introduced as needed into UTC so as to keep UTC within
83 * global positioning system (GPS) is synchronized to UTC but is
153 * and read only the UTC time.
297 * to UTC rather than to the local time zone. The time indicated is
313 * month, date, hrs, min, sec)</code>, using a UTC
    [all...]

Completed in 1752 milliseconds

1 2 3 4 56 7 8 910