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 e368b53 commit 4b4620a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/functions/src/datetime/to_local_time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ impl ToLocalTimeFunc {
/// ```
/// # use chrono::NaiveDateTime;
/// # use arrow::array::types::TimestampNanosecondType;
/// # use datafusion_functions::datetime::to_local_time::adjust_to_local_time;
///
/// let timestamp_str = "2020-03-31T13:40:00";
/// let tz: arrow::array::timezone::Tz =
Expand Down

0 comments on commit 4b4620a

Please sign in to comment.