/prebuilts/go/darwin-x86/src/crypto/x509/ |
x509.go | [all...] |
x509_test.go | [all...] |
/prebuilts/go/linux-x86/src/crypto/x509/ |
x509.go | [all...] |
/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/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...] |
/libcore/ojluni/src/test/java/time/tck/java/time/ |
TCKLocalTime.java | 242 ZoneId zone = ZoneId.of("UTC+01:02:03"); 267 Clock clock = Clock.fixed(instant, ZoneOffset.UTC); 280 Clock clock = Clock.fixed(instant, ZoneOffset.UTC); 292 Clock clock = Clock.fixed(Instant.MAX, ZoneOffset.UTC); 302 Clock clock = Clock.fixed(Instant.MIN, ZoneOffset.UTC); [all...] |
TCKYear.java | 180 ZoneId zone = ZoneId.of("UTC+01:02:03"); 198 Instant instant = OffsetDateTime.of(LocalDate.of(2010, 12, 31), LocalTime.of(0, 0), ZoneOffset.UTC).toInstant(); 199 Clock clock = Clock.fixed(instant, ZoneOffset.UTC); [all...] |
TCKYearMonth.java | 195 ZoneId zone = ZoneId.of("UTC+01:02:03"); 213 Instant instant = LocalDateTime.of(2010, 12, 31, 0, 0).toInstant(ZoneOffset.UTC); 214 Clock clock = Clock.fixed(instant, ZoneOffset.UTC); [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
ztypes_windows.go | 341 // since Epoch (00:00:00 UTC, January 1, 1970). 345 // change starting time to the Epoch (00:00:00 UTC, January 1, 1970)
|
/prebuilts/go/linux-x86/src/syscall/ |
ztypes_windows.go | 341 // since Epoch (00:00:00 UTC, January 1, 1970). 345 // change starting time to the Epoch (00:00:00 UTC, January 1, 1970)
|
/build/soong/third_party/zip/ |
zip_test.go | 57 var testTime = time.Date(2009, time.November, 10, 23, 45, 58, 0, time.UTC)
|
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/ |
TCKMinguoChronology.java | 202 assertEquals(MinguoChronology.INSTANCE.dateNow(ZoneId.of(ZoneOffset.UTC.getId())), MinguoChronology.INSTANCE.dateNow(Clock.systemUTC())) ; 231 ChronoZonedDateTime<MinguoDate> h4 = h3.atZone(ZoneOffset.UTC); [all...] |
TCKHijrahChronology.java | 123 assertEquals(HijrahChronology.INSTANCE.dateNow(ZoneId.of(ZoneOffset.UTC.getId())), HijrahChronology.INSTANCE.dateNow(Clock.systemUTC())) ;
|
TCKThaiBuddhistChronology.java | 239 assertEquals(ThaiBuddhistChronology.INSTANCE.dateNow(ZoneId.of(ZoneOffset.UTC.getId())), ThaiBuddhistChronology.INSTANCE.dateNow(Clock.systemUTC())) ; [all...] |
/libcore/ojluni/src/test/java/time/tck/java/time/format/ |
TCKDateTimeFormatter.java | 166 test = test.withZone(ZoneOffset.UTC); 167 assertEquals(test.getZone(), ZoneOffset.UTC); [all...] |
/prebuilts/go/darwin-x86/src/net/http/fcgi/ |
child.go | 112 r.header.Set("Date", time.Now().UTC().Format(http.TimeFormat))
|
/prebuilts/go/linux-x86/src/net/http/fcgi/ |
child.go | 112 r.header.Set("Date", time.Now().UTC().Format(http.TimeFormat))
|
/build/soong/cmd/soong_zip/ |
soong_zip.go | 170 time: time.Date(2009, 1, 1, 0, 0, 0, 0, time.UTC),
|
/external/v8/src/js/ |
i18n.js | [all...] |
/prebuilts/go/darwin-x86/src/net/http/cookiejar/ |
jar.go | 430 var endOfTime = time.Date(9999, 12, 31, 23, 59, 59, 0, time.UTC)
|
/prebuilts/go/linux-x86/src/net/http/cookiejar/ |
jar.go | 430 var endOfTime = time.Date(9999, 12, 31, 23, 59, 59, 0, time.UTC)
|
/prebuilts/go/darwin-x86/src/net/http/ |
fs.go | 457 w.Header().Set("Last-Modified", modtime.UTC().Format(TimeFormat)) 587 w.Header().Set("Last-Modified", d.ModTime().UTC().Format(TimeFormat))
|
/prebuilts/go/linux-x86/src/net/http/ |
fs.go | 457 w.Header().Set("Last-Modified", modtime.UTC().Format(TimeFormat)) 587 w.Header().Set("Last-Modified", d.ModTime().UTC().Format(TimeFormat))
|
/prebuilts/go/darwin-x86/src/archive/zip/ |
zip_test.go | 60 var testTime = time.Date(2009, time.November, 10, 23, 45, 58, 0, time.UTC)
|
/prebuilts/go/linux-x86/src/archive/zip/ |
zip_test.go | 60 var testTime = time.Date(2009, time.November, 10, 23, 45, 58, 0, time.UTC)
|