Local does not depend on the time crate

This commit is contained in:
Paul Dicker 2023-09-08 20:07:08 +02:00 committed by Paul Dicker
parent 5da23657cc
commit 819dea0480

View File

@ -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>`