Lines Matching defs:datetime
140 let datetime = DateTime::from_timestamp_millis(timestamp_millis).unwrap(); in test_datetime_from_timestamp_millis() localVariable
149 let datetime = DateTime::from_timestamp_millis(timestamp_millis); in test_datetime_from_timestamp_millis() localVariable
175 let datetime = DateTime::from_timestamp_micros(timestamp_micros).unwrap(); in test_datetime_from_timestamp_micros() localVariable
184 let datetime = DateTime::from_timestamp_micros(timestamp_micros); in test_datetime_from_timestamp_micros() localVariable
215 let datetime = DateTime::from_timestamp_nanos(timestamp_nanos); in test_datetime_from_timestamp_nanos() localVariable
1363 let datetime = Utc in test_subsecond_part() localVariable
1509 let datetime = naivedatetime.and_utc(); in test_datetime_add_assign() localVariable
1516 let datetime = datetime.with_timezone(&timezone); in test_datetime_add_assign() localVariable
1522 let datetime = datetime.with_timezone(&timezone); in test_datetime_add_assign() localVariable
1533 let datetime = Local.from_utc_datetime(&naivedatetime); in test_datetime_add_assign_local() localVariable
1546 let datetime = naivedatetime.and_utc(); in test_datetime_sub_assign() localVariable
1553 let datetime = datetime.with_timezone(&timezone); in test_datetime_sub_assign() localVariable
1559 let datetime = datetime.with_timezone(&timezone); in test_datetime_sub_assign() localVariable
1748 let datetime = Local.from_utc_datetime(&naivedatetime); in test_datetime_sub_assign_local() localVariable
1784 let datetime = Local.from_utc_datetime(&naivedatetime); in test_datetime_local_from_preserves_offset() localVariable
1796 let datetime = Utc.from_utc_datetime(&naivedatetime); in test_datetime_fixed_offset() localVariable