Searched refs:naive (Results 1 – 1 of 1) sorted by relevance
46 let naive = NaiveDateTime::from_timestamp(timestamp, 0); in test_chrono() localVariable48 let datetime: DateTime<Utc> = DateTime::from_utc(naive, Utc); in test_chrono()