Searched refs:datetime (Results 1 - 5 of 5) sorted by relevance

/libcore/tools/docs/crypto/
H A Dupdate_crypto_support_test.py17 import datetime namespace
29 datetime.datetime.utcfromtimestamp(1234567890))
H A Dupdate_crypto_support.py27 import datetime namespace
183 date: A datetime object containing the time of update.
264 datetime.datetime.utcnow())
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
H A DTCKChronoLocalDate.java339 private Temporal datetime; field in class:TCKChronoLocalDate.FixedAdjuster
341 FixedAdjuster(Temporal datetime) { argument
342 this.datetime = datetime;
347 return datetime;
352 return datetime;
357 return datetime;
H A DTCKChronoLocalDateTime.java359 private Temporal datetime; field in class:TCKChronoLocalDateTime.FixedAdjuster
361 FixedAdjuster(Temporal datetime) { argument
362 this.datetime = datetime;
367 return datetime;
372 return datetime;
377 return datetime;
H A DTCKChronoZonedDateTime.java360 private Temporal datetime; field in class:TCKChronoZonedDateTime.FixedAdjuster
362 FixedAdjuster(Temporal datetime) { argument
363 this.datetime = datetime;
368 return datetime;
373 return datetime;
378 return datetime;

Completed in 1495 milliseconds