We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example, MM is always month. But in this library it is minute.
It's already insane that Golang does not use ISO8601 format. Then there is this library but it's also not using the standards.
Even your examples are weirdly wrong:
In one example you use MM for minute, in another you use for month. Also you don't have anything as "MMM" but weirdly it gives month?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example, MM is always month. But in this library it is minute.
It's already insane that Golang does not use ISO8601 format. Then there is this library but it's also not using the standards.
Even your examples are weirdly wrong:
In one example you use MM for minute, in another you use for month. Also you don't have anything as "MMM" but weirdly it gives month?
The text was updated successfully, but these errors were encountered: