tailhook / humantime

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

Clean up Rfc3339Timestamp Display buffer init #19

Closed Juici closed 3 years ago

Juici commented 3 years ago

Make the initial buffer used in the Display impl for Rfc3339Timestamp visually cleaner.

tailhook commented 3 years ago

Hm, good trick. Thank you!