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
https://www.ietf.org/rfc/rfc3339.txt seems to prescribe one digit only for the fractional seconds, so perhaps the current implementation is in error? If for practical reasons the number of fractional second digits should be tunable irrespective of the official grammar, then I propose that the range be between 0 (in which case the decimal separator isn't emitted) and, say, 16 (to be determined).