Searched defs:utc_time (Results 1 – 15 of 15) sorted by relevance
40 Timestamp utc_time() const { return utc_start_time; } in utc_time() function
56 struct tm utc_time {}; in InitWithSyslogPrefix() struct
24 mod utc_time; module
21 int64_t utc_time = rtc::TimeUTCMicros(); in NtpOffsetUsCalledOnce() local
166 let utc_time = &ir.variants[0]; in time_example() localVariable
262 utc_time; in FormatMagickTime() local
58 let utc_time = Time::from_der(UTC_TIMESTAMP_DER).unwrap(); in decode() localVariable69 let utc_time = Time::from_der(UTC_TIMESTAMP_DER).unwrap(); in encode() localVariable
207 let utc_time = UtcTime::from_der(&example_bytes).unwrap(); in round_trip_vector() localVariable
154 pub fn utc_time(self) -> Result<UtcTime> { in utc_time() method
340 let utc_time = GeneralizedTime::from_der(&example_bytes).unwrap(); in round_trip() localVariable
545 def _datetime_to_secs(utc_time): argument
1297 utc_time; in WritePDFImage() local
938 utc_time; in WriteCINImage() local
1608 utc_time; in WriteMATImage() local
5896 PyObject *local_time, *utc_time; in local_timezone_from_timestamp() local5943 local_timezone(PyDateTime_DateTime *utc_time) in local_timezone()