This commit is contained in:
Christoph Diehl 2018-04-27 15:51:13 -07:00
commit e078fde41a
No known key found for this signature in database
GPG Key ID: 799CE5B68FEF404A
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 () {