pub fn format_timestamptz_styled(micros: i64, style: &RenderStyle) -> StringExpand description
format_timestamptz under a DateStyle for the UTC session: ISO
keeps the +00 offset suffix; the other styles append the zone
NAME ( UTC), as PG does.
pub fn format_timestamptz_styled(micros: i64, style: &RenderStyle) -> Stringformat_timestamptz under a DateStyle for the UTC session: ISO
keeps the +00 offset suffix; the other styles append the zone
NAME ( UTC), as PG does.