Skip to content

Commit

Permalink
Update arrow-cast/src/cast/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Jun 1, 2024
1 parent 717ac93 commit cccbb08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arrow-cast/src/cast/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,8 @@ fn timestamp_to_date32<T: ArrowTimestampType>(
/// # Casting timestamps without timezone to timestamps with timezone
///
/// When casting from a timestamp without timezone to a timestamp with
/// timezone, the cast kernel treats the underlying timestamp values as being in
/// UTC and adjusts them to the provided timezone.
/// timezone, the cast kernel interprets the timestamp values as being in
/// the destination timezone and then adjusts the underlying value to UTC as required
///
/// However, note that when casting from a timestamp with timezone BACK to a
/// timestamp without timezone the cast kernel does not adjust the values.
Expand Down

0 comments on commit cccbb08

Please sign in to comment.