pub fn format_timestamp(ts: &Timestamp) -> StringExpand description
Format a timestamp as an RFC 3339 string with nanosecond precision.
Examples:
- ā2009-02-13T23:31:30Zā (no fractional seconds)
- ā2009-02-13T23:31:30.123456789Zā (with nanoseconds)