mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
time: change unix timestamp to u64
This commit is contained in:
parent
605cad3411
commit
b0dacef32b
@ -31,7 +31,7 @@ pub:
|
|||||||
hour int
|
hour int
|
||||||
minute int
|
minute int
|
||||||
second int
|
second int
|
||||||
unix int
|
unix u64
|
||||||
}
|
}
|
||||||
|
|
||||||
pub enum FormatTime {
|
pub enum FormatTime {
|
||||||
|
Loading…
Reference in New Issue
Block a user