pub fn date_iso_string(year: i32, month: u32, day: u32) -> String
Expand description

Convenience date string (UTC, RFC 3339) constructor so you don’t have to remember the format.