Searched refs:ndt_fixed (Results 1 – 1 of 1) sorted by relevance
2427 let ndt_fixed = dt.with_timezone(&FixedOffset::east(3600)); in test_to_string_round_trip() localVariable2428 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() localVariable2431 let _dt: DateTime<FixedOffset> = ndt_fixed.to_string().parse().unwrap(); in test_to_string_round_trip()