Fix bad reference in make.time.epoch
This commit is contained in:
parent
15579c705c
commit
2c5fd23f49
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class time extends make {
|
|||
}
|
||||
|
||||
static epoch () {
|
||||
return Math.floor(time.object() / 1000)
|
||||
return Math.floor(time.datetime() / 1000)
|
||||
}
|
||||
|
||||
static any () {
|
||||
|
|
Loading…
Reference in a new issue