Home
last modified time | relevance | path

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

/external/rust/crates/chrono/src/
Ddatetime.rs2427 let ndt_fixed = dt.with_timezone(&FixedOffset::east(3600)); in test_to_string_round_trip() localVariable
2430 let ndt_fixed = dt.with_timezone(&FixedOffset::east(0)); in test_to_string_round_trip() localVariable