Skip to content

Commit

Permalink
Local does not depend on the time crate
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Sep 8, 2023
1 parent 57b82b2 commit b53ea5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/offset/local/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ mod inner {
#[cfg(unix)]
mod tz_info;

/// The local timescale. This is implemented via the standard `time` crate.
/// The local timescale.
///
/// Using the [`TimeZone`](./trait.TimeZone.html) methods
/// on the Local struct is the preferred way to construct `DateTime<Local>`
Expand Down

0 comments on commit b53ea5e

Please sign in to comment.