correct arrival time

This commit is contained in:
Mylloon 2025-01-12 20:15:28 +01:00
parent bdb41cf161
commit 0593832b62
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -15,7 +15,7 @@ pub struct Info {
} }
pub fn json() -> Info { pub fn json() -> Info {
let target = 1_736_618_100; let target = 1_736_616_600;
let start = 1_724_832_000; let start = 1_724_832_000;
let current_time = Utc::now().timestamp(); let current_time = Utc::now().timestamp();