Skip to content
New issue

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

time: no default RFC 3339 format with millisecond precision #13424

Closed
theckman opened this issue Nov 29, 2015 · 2 comments
Closed

time: no default RFC 3339 format with millisecond precision #13424

theckman opened this issue Nov 29, 2015 · 2 comments

Comments

@theckman
Copy link
Contributor

Within the time package, there are quite a few default time formats provided as constants. This includes an RFC 3339 format string with and without nanosecond precision. There is also a "handy" timestamp format, which has a constant that includes millisecond precision.

I can see there being value in the RFC 3339 formatters also including one with millisecond precision. I personally have this format string copied amongst a few projects and would love to see it introduced in to the standard library.

@cespare
Copy link
Contributor

cespare commented Nov 29, 2015

See #13291.

@theckman
Copy link
Contributor Author

@cespare cheers! I didn't find it when searching.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants