SIGN IN SIGN UP

gh-53203: Fix strptime() for %c, %x and %X formats on some locales (#135971)

* Add detection of decimal non-ASCII alt digits.
* Add support of non-decimal alt digits on locale lzh_TW.
* Accept only numbers in correct range if alt digits are known.
* Fix bug in detecting the position of the week day name on locales byn_ER and wal_ET.
* Fix support of single-digit hour on locales ar_SA and bg_BG.
* Add support for %T, %R, %r, %C, %OC.
* Prepare code to use nl_langinfo().
S
Serhiy Storchaka committed
07183ebce36462aaaea4d20e0502b20821dd2682
Parent: 0c6c09b
Committed by GitHub <noreply@github.com> on 6/27/2025, 7:50:59 AM