Skip to content

Commit

Permalink
chore: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
appletreeisyellow committed Jul 9, 2024
1 parent cf7425b commit 7427955
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datafusion/functions/src/datetime/to_local_time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ use datafusion_expr::{
/// # use datafusion_common::ScalarValue;
/// # use datafusion_expr::ColumnarValue;
/// # use chrono::NaiveDateTime;
/// # use datafusion_functions::datetime::to_local_time::ToLocalTimeFunc;
/// # use datafusion_expr::ScalarUDFImpl;
///
/// let timestamp_str = "2020-03-31T13:40:00";
/// let timezone_str = "America/New_York";
Expand Down

0 comments on commit 7427955

Please sign in to comment.