fn systemtime_to_rfc3339(t: SystemTime) -> StringExpand description
Render a SystemTime as an RFC3339 string in the local timezone so the
existing format_datetime_display pipeline can format it consistently
with EXIF-derived timestamps.
fn systemtime_to_rfc3339(t: SystemTime) -> StringRender a SystemTime as an RFC3339 string in the local timezone so the
existing format_datetime_display pipeline can format it consistently
with EXIF-derived timestamps.