diff --git a/components/datetime/src/format/neo.rs b/components/datetime/src/format/neo.rs index 69109669dee..846ae5d1786 100644 --- a/components/datetime/src/format/neo.rs +++ b/components/datetime/src/format/neo.rs @@ -2192,8 +2192,8 @@ impl RawDateTimeNames { // 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 ///// _ => {