Home
last modified time | relevance | path

Searched refs:format_datetime (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/time/
Dtime_crate.rs185 format_datetime(now, w, &self.format) in format_time()
300 format_datetime(OffsetDateTime::now_utc(), w, &self.format) in format_time()
457 format_datetime(now, w, &self.format) in format_time()
461 fn format_datetime( in format_datetime() function
/aosp_15_r20/external/python/cpython3/Lib/test/test_email/
Dtest_utils.py20 self.assertEqual(utils.format_datetime(self.naive_dt),
24 self.assertEqual(utils.format_datetime(self.aware_dt),
30 self.assertEqual(utils.format_datetime(utc_dt, usegmt=True),
35 utils.format_datetime(self.naive_dt, usegmt=True)
39 utils.format_datetime(self.aware_dt, usegmt=True)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/email/
H A Dutils.py153 return format_datetime(dt, usegmt)
155 def format_datetime(dt, usegmt=False): function
H A Dheaderregistry.py310 kwds['decoded'] = utils.format_datetime(kwds['datetime'])
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/email/
Dutils.py153 return format_datetime(dt, usegmt)
155 def format_datetime(dt, usegmt=False): function
Dheaderregistry.py310 kwds['decoded'] = utils.format_datetime(kwds['datetime'])
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/email/
Dutils.py153 return format_datetime(dt, usegmt)
155 def format_datetime(dt, usegmt=False): function
Dheaderregistry.py310 kwds['decoded'] = utils.format_datetime(kwds['datetime'])
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/email/
Dutils.py153 return format_datetime(dt, usegmt)
155 def format_datetime(dt, usegmt=False): function
Dheaderregistry.py310 kwds['decoded'] = utils.format_datetime(kwds['datetime'])
/aosp_15_r20/external/python/cpython3/Lib/email/
Dutils.py153 return format_datetime(dt, usegmt)
155 def format_datetime(dt, usegmt=False): function
Dheaderregistry.py310 kwds['decoded'] = utils.format_datetime(kwds['datetime'])
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/email/
Dutils.py153 return format_datetime(dt, usegmt)
155 def format_datetime(dt, usegmt=False): function
Dheaderregistry.py310 kwds['decoded'] = utils.format_datetime(kwds['datetime'])
/aosp_15_r20/external/python/cpython3/Doc/library/
Demail.utils.rst126 The inverse of :func:`format_datetime`. Performs the same function as
168 .. function:: format_datetime(dt, usegmt=False)
Demail.headerregistry.rst163 email.utils.format_datetime(self.datetime)
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_httpservers.py563 headers['If-Modified-Since'] = email.utils.format_datetime(new_dt,
574 headers['If-Modified-Since'] = email.utils.format_datetime(old_dt,
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.3.rst1354 * :func:`~email.utils.format_datetime`: given a :class:`~datetime.datetime`,
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY9352 - Issue #665194: email.utils now has format_datetime and parsedate_to_datetime