mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-04 21:24:26 +02:00
Updated FAQ (markdown)
2
FAQ.md
2
FAQ.md
@@ -135,7 +135,7 @@ In the case that comparison is required by an application, named functors or lam
|
||||
|
||||
As this library developed, a decision about `weekday` encoding had to be made. There were two existing competing standards:
|
||||
|
||||
1. C and C++ in the encoding of `tm.tm_weekday` which maps `[0, 6]` to `[Sun, Sat]`.
|
||||
1. C and C++ in the encoding of `tm.tm_wday` which maps `[0, 6]` to `[Sun, Sat]`.
|
||||
|
||||
2. ISO which maps `[1, 7]` to `[Mon, Sun]`.
|
||||
|
||||
|
Reference in New Issue
Block a user