Fix bad reference in make.time.epoch

This commit is contained in:
pyoor 2018-04-26 13:04:04 -04:00
parent 15579c705c
commit 2c5fd23f49
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class time extends make {
}
static epoch () {
return Math.floor(time.object() / 1000)
return Math.floor(time.datetime() / 1000)
}
static any () {