Searched defs:naive_datetime (Results 1 – 1 of 1) sorted by relevance
18 let naive_datetime = NaiveDateTime::from_timestamp_millis(timestamp_millis); in test_datetime_from_timestamp_millis() localVariable27 let naive_datetime = NaiveDateTime::from_timestamp_millis(timestamp_millis); in test_datetime_from_timestamp_millis() localVariable56 let naive_datetime = NaiveDateTime::from_timestamp_micros(timestamp_micros); in test_datetime_from_timestamp_micros() localVariable65 let naive_datetime = NaiveDateTime::from_timestamp_micros(timestamp_micros); in test_datetime_from_timestamp_micros() localVariable96 let naive_datetime = NaiveDateTime::from_timestamp_nanos(timestamp_nanos).unwrap(); in test_datetime_from_timestamp_nanos() localVariable