| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Closing as a duplicate of #984, which predates this by a few weeks. Left a note there about also adding the a row to the format-token docs table (the one extra thing this PR covered). |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What
DateTime.format("a") returns the literal string "a" instead of the lowercase am/pm marker:
Why
The a token is declared in the formatter regex and in _LOCALIZABLE_TOKENS, but _format_localizable_token has a branch for A and none for a, so a falls through to return token.
Fix
Full suite passes (1838 passed).
Pull Request Check List