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
Hello,
I encountered an issue with the following code:
carbon.SetTimezone(carbon.UTC).Now().StartOfDay().ToRfc3339MilliString()
golang version: 1.20
carbon version: 2.2.3
time zone: UTC
I expected to get:
2023-05-26T00:00:00.000Z
But I actually get:
2023-05-26T00:00:00Z
Thanks!
The text was updated successfully, but these errors were encountered:
When milliseconds are 0, the number after the decimal point is not displayed.
Sorry, something went wrong.
No branches or pull requests
Hello,
I encountered an issue with the following code:
golang version: 1.20
carbon version: 2.2.3
time zone: UTC
I expected to get:
But I actually get:
Thanks!
The text was updated successfully, but these errors were encountered: