Searched refs:local_now (Results 1 – 1 of 1) sorted by relevance
2274 let local_now = Local::now(); in test_datetime_with_timezone() localVariable2275 let utc_now = local_now.with_timezone(&Utc); in test_datetime_with_timezone()2277 assert_eq!(local_now, local_now2); in test_datetime_with_timezone()