@@ -20,7 +20,7 @@ impl FormatTime for LocalTimer {
let now = Utc::now().with_timezone(&FixedOffset::east_opt(8 * 3600).unwrap());
write!(
w,
- "{:04}-{:02} {:02}:{:02}:{:02}.{:03}",
+ "{:02}-{:02} {:02}:{:02}:{:02}.{:03}",
now.month(),
now.day(),
now.hour(),