diff --git a/src/html.rs b/src/html.rs index 8aab845..10619f6 100644 --- a/src/html.rs +++ b/src/html.rs @@ -16,7 +16,7 @@ pub const FOOTER_HTML: &str = r#" diff --git a/src/main.rs b/src/main.rs index b69b6a3..e26d85c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -559,5 +559,5 @@ fn time_ns() -> u128 { SystemTime::now() .duration_since(UNIX_EPOCH) .unwrap() - .as_millis() as u128 + .as_micros() }