time: change unix timestamp to u64
parent
605cad3411
commit
b0dacef32b
|
@ -31,7 +31,7 @@ pub:
|
|||
hour int
|
||||
minute int
|
||||
second int
|
||||
unix int
|
||||
unix u64
|
||||
}
|
||||
|
||||
pub enum FormatTime {
|
||||
|
|
Loading…
Reference in New Issue