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