Skip to content

Commit

Permalink
Fix comment about DecimalSecond
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc authored Nov 6, 2024
1 parent 6a63a1f commit 804994b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/datetime/src/format/neo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2192,8 +2192,8 @@ impl<R: DateTimeNamesMarker> RawDateTimeNames<R> {
// A
(FS::Second(Second::MillisInDay), _) => load_fdf = true,

// ???
(FS::DecimalSecond(_), _) => load_fdf = true,
// s.S, ss.S, s.SS, ss.SS, s.SSS, ...
(FS::DecimalSecond(_), One | TwoDigit) => load_fdf = true,

///// Unsupported symbols /////
_ => {
Expand Down

0 comments on commit 804994b

Please sign in to comment.