Skip to content

Commit

Permalink
try fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Sep 16, 2023
1 parent e8949ff commit be40067
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl From<&AnyValue<'_>> for NaiveTime {

// Used by lazy for literal conversion
pub fn datetime_to_timestamp_ns(v: NaiveDateTime) -> i64 {
v.timestamp_nanos()
v.timestamp_nanos_opt()
}

// Used by lazy for literal conversion
Expand Down

0 comments on commit be40067

Please sign in to comment.