[Bug libstdc++/126543] chrono::parse does not reject "60" seconds for a non-leap second
"redi at gcc dot gnu.org via Gcc-bugs" <[email protected]>
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126543
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=125482
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
This is related to Bug 125482 (for invalid dates like Nov 31) but worth a
separate bug because the leap second check is specific to utc_time and requires
a table lookup, not just checking the number of days in the month.