|
|
|
|
|
by zbraniecki
1836 days ago
|
|
`strftime` is not an internationalization API! It's a datetime formatting API! :) I can see an appeal for it, and I wouldn't mind `Date` or `Temporal` to have such pattern-driven formatting, but it is critical to recognize that it is not internationalization and thus doesn't belong there. In particular, if you use `strftime` like formatting you're doing the opposite - you're hardcoding the formatting into a single pattern. It may be the right thing for your project, but it definitely is not i18n :) |
|