Home
last modified time | relevance | path

Searched refs: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
2428 let _dt: DateTime<FixedOffset> = ndt_fixed.to_string().parse().unwrap(); in test_to_string_round_trip()
2430 let ndt_fixed = dt.with_timezone(&FixedOffset::east(0)); in test_to_string_round_trip() localVariable
2431 let _dt: DateTime<FixedOffset> = ndt_fixed.to_string().parse().unwrap(); in test_to_string_round_trip()