Skip to main content

format_timestamptz_styled

Function format_timestamptz_styled 

Source
pub fn format_timestamptz_styled(micros: i64, style: &RenderStyle) -> String
Expand 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.