mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
time: update unix time acces, fix issues related to deviating unix times (#21293)
This commit is contained in:
parent
9d117fc3a0
commit
1363cc85fd
55 changed files with 251 additions and 193 deletions
|
@ -363,7 +363,7 @@ fn test_orm() {
|
|||
}!
|
||||
|
||||
assert data.len == 1
|
||||
assert tnow.unix == data[0].create.unix
|
||||
assert tnow.unix() == data[0].create.unix()
|
||||
|
||||
mod := Module{}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue