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

to_rfc3339 including fractional seconds #8

Open
mooreryan opened this issue Jan 2, 2025 · 1 comment
Open

to_rfc3339 including fractional seconds #8

mooreryan opened this issue Jan 2, 2025 · 1 comment

Comments

@mooreryan
Copy link

I'm curious why the to_rfc3339 function doesn't include the fractional seconds (i.e., the nanoseconds given in the Timestamp struct is ignored).

I can see this being the good default behavior. Do you think there should be a parameter to include a certain amount of precision, or perhaps a second function that prints out RFC 3339 format string but with the fractional time?

@lpil
Copy link
Member

lpil commented Jan 2, 2025

Just not implemented yet! We want this for sure.

@lpil lpil changed the title to_rfc3339 and fractional seconds? to_rfc3339 including fractional seconds Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants