time: change unix timestamp to u64

pull/4268/head
Daniel Däschle 2020-04-07 03:35:47 +02:00 committed by GitHub
parent 605cad3411
commit b0dacef32b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pub:
hour int
minute int
second int
unix int
unix u64
}
pub enum FormatTime {