Merge branch 'es6' of http://github.com/mozillasecurity/octo into es6
This commit is contained in:
commit
e078fde41a
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