Skip to content

Commit

Permalink
Update components/timezone/src/ixdtf.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Shane F. Carr <[email protected]>
  • Loading branch information
robertbastian and sffc authored Oct 16, 2024
1 parent a566e08 commit 4d598bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/timezone/src/ixdtf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ impl CustomZonedDateTime<AnyCalendar> {
/// ParseError::InvalidOffsetError
/// );
///
/// // We don't know that America/Los_Angeles didn't use DST (-08:00) in August
/// // We don't know that America/Los_Angeles didn't use standard time (-08:00) in August
/// assert!(
/// CustomZonedDateTime::try_from_str("2024-08-08T12:08:19-08:00[America/Los_Angeles]").is_ok()
/// );
Expand Down

0 comments on commit 4d598bd

Please sign in to comment.