diff --git a/src/datetime/mod.rs b/src/datetime/mod.rs index 28cb16d23a..1e0050bd19 100644 --- a/src/datetime/mod.rs +++ b/src/datetime/mod.rs @@ -313,7 +313,7 @@ impl DateTime { } /// Changes the associated time zone. - /// This does not change the actual `DateTime` (but will change the string representation). + /// The returned `DateTime` references the same instant of time from the perspective of the provided time zone. #[inline] pub fn with_timezone(&self, tz: &Tz2) -> DateTime { tz.from_utc_datetime(&self.datetime)