Home
last modified time | relevance | path

Searched defs:ndt_fixed (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/datetime/
Dtests.rs1109 let ndt_fixed = dt.with_timezone(&FixedOffset::east_opt(3600).unwrap()); in test_to_string_round_trip() localVariable
1112 let ndt_fixed = dt.with_timezone(&FixedOffset::east_opt(0).unwrap()); in test_to_string_round_trip() localVariable