Home
last modified time | relevance | path

Searched refs:now_utc (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/tracing/tracing-appender/src/
Drolling.rs195 let now = OffsetDateTime::now_utc(); in from_builder()
208 now: Box::new(OffsetDateTime::now_utc), in from_builder()
218 OffsetDateTime::now_utc() in now()
772 let now = OffsetDateTime::now_utc(); in test_rotations()
777 let now = OffsetDateTime::now_utc(); in test_rotations()
782 let now = OffsetDateTime::now_utc(); in test_rotations()
787 let now = OffsetDateTime::now_utc(); in test_rotations()
797 let now = OffsetDateTime::now_utc(); in test_never_date_rounding()
/third_party/gstreamer/gstreamer/gst/
Dgstdatetime.c1009 GDateTime *now_utc, *now_in_given_tz; in gst_date_time_new_from_iso8601_string() local
1012 now_utc = g_date_time_new_now_utc (); in gst_date_time_new_from_iso8601_string()
1013 if (!now_utc) in gst_date_time_new_from_iso8601_string()
1021 g_date_time_add_minutes (now_utc, in gst_date_time_new_from_iso8601_string()
1023 g_date_time_unref (now_utc); in gst_date_time_new_from_iso8601_string()
1027 now_in_given_tz = now_utc; in gst_date_time_new_from_iso8601_string()
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/time/
Dtime_crate.rs300 format_datetime(OffsetDateTime::now_utc(), w, &self.format) in format_time()
456 let now = OffsetDateTime::now_utc().to_offset(self.offset); in format_time()