tomaszkam / date

A date and time library based on the C++11/14/17 <chrono> header
Other
0 stars 0 forks source link

[EDIT2935] Locale alternative specifiers for '%x'/'%X' are refering to producing instead of interpreting values #34

Closed tomaszkam closed 5 years ago

tomaszkam commented 5 years ago

The locale alternative version ('%Ex', '%EX') of date specifier ('%x', '%X') from the "[time.parse.spec] Meaning of parse flags" table are referring to producing output, instead of interpreting:

The modified command %Ex producesinterprets the locale's alternate date representation. The modified command %Ex producesinterprets the locale's alternate date representation.

tomaszkam commented 5 years ago

Submitted editorial issue: https://github.com/cplusplus/draft/issues/2935