Home
last modified time | relevance | path

Searched refs:to_datetime (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_testlog_utils.py215 ttff_df['start_datetime'] = pds.to_datetime(ttff_df['start_datetime'])
216 ttff_df['stop_datetime'] = pds.to_datetime(ttff_df['stop_datetime'])
/aosp_15_r20/external/tink/testing/cross_language/util/
H A D_primitives.py500 def to_datetime(seconds: int, nanos: int) -> datetime.datetime: function
566 expiration = to_datetime(token.expiration.seconds, token.expiration.nanos)
573 not_before = to_datetime(token.not_before.seconds, token.not_before.nanos)
576 issued_at = to_datetime(token.issued_at.seconds, token.issued_at.nanos)
H A D_primitives_test.py32 self.assertEqual(_primitives.to_datetime(seconds, nanos), dt)
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/datetime/
Dmod.rs802 parsed.to_datetime() in parse_from_rfc2822()
824 parsed.to_datetime() in parse_from_rfc3339()
849 parsed.to_datetime() in parse_from_str()
883 parsed.to_datetime().map(|d| (d, remainder)) in parse_and_remainder()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/
Dext.py174 def to_datetime(self): member in Timestamp
Dfallback.py612 return ts.to_datetime()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/
Dext.py174 def to_datetime(self): member in Timestamp
Dfallback.py612 return ts.to_datetime()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/
Dext.py174 def to_datetime(self): member in Timestamp
Dfallback.py612 return ts.to_datetime()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/
Dext.py174 def to_datetime(self): member in Timestamp
Dfallback.py612 return ts.to_datetime()
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/format/
Dparsed.rs626 pub fn to_datetime(&self) -> ParseResult<DateTime<FixedOffset>> { in to_datetime() method
1178 Parsed { $($k: Some($v),)* ..Parsed::new() }.to_datetime() in test_parsed_to_datetime()
Dparse.rs532 parsed.to_datetime() in from_str()
1665 parsed.to_datetime() in test_rfc2822()