You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I'm curious why the
to_rfc3339
function doesn't include the fractional seconds (i.e., the nanoseconds given in theTimestamp
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?
The text was updated successfully, but these errors were encountered: