1
0
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:
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

View File

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