pub fn is_canonical(s: &str) -> bool
True iff s is exactly YYYY-MM-DDTHH:MM:SS.ffffffZ.
s
YYYY-MM-DDTHH:MM:SS.ffffffZ
Shape only — this does not check that the date is a real calendar date. parse does that.
parse