correct arrival time
This commit is contained in:
parent
bdb41cf161
commit
0593832b62
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue