Skip to content

Commit

Permalink
docs: elaborate on the value of unix timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
Plecra committed Sep 19, 2024
1 parent 2749367 commit d0057a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timestamp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use crate::{
/// An instant in time represented as the number of nanoseconds since the Unix
/// epoch.
///
/// A timestamp is always in the UNIX timescale.
/// A timestamp is always in the UNIX timescale with a UTC offset of zero.
///
/// To obtain civil or "local" datetime units like year, month, day or hour, a
/// timestamp needs to be combined with a [`TimeZone`] to create a [`Zoned`].
Expand Down

0 comments on commit d0057a7

Please sign in to comment.