tailhook / humantime

A parser and formatter for std::time::{SystemTime, Duration}
Apache License 2.0
283 stars 34 forks source link

Feature request `format_rfc3339_weak`. #14

Open PsiACE opened 4 years ago

PsiACE commented 4 years ago

Format timestamp without either of T or Z.

ifreund commented 4 years ago

I would use this as well, though this crate seems to be more focused on parsing time than formatting it.