Skip to content

Commit 4d598bd

Browse files
robertbastiansffc
andauthored
Update components/timezone/src/ixdtf.rs
Co-authored-by: Shane F. Carr <[email protected]>
1 parent a566e08 commit 4d598bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/timezone/src/ixdtf.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ impl CustomZonedDateTime<AnyCalendar> {
354354
/// ParseError::InvalidOffsetError
355355
/// );
356356
///
357-
/// // We don't know that America/Los_Angeles didn't use DST (-08:00) in August
357+
/// // We don't know that America/Los_Angeles didn't use standard time (-08:00) in August
358358
/// assert!(
359359
/// CustomZonedDateTime::try_from_str("2024-08-08T12:08:19-08:00[America/Los_Angeles]").is_ok()
360360
/// );

0 commit comments

Comments
 (0)