fix units
This commit is contained in:
parent
4b891b196b
commit
0651c16222
2
dist/smarttime.units.js
vendored
2
dist/smarttime.units.js
vendored
@ -14,7 +14,7 @@ exports.units = {
|
|||||||
return timesArg * 8.64e+7;
|
return timesArg * 8.64e+7;
|
||||||
},
|
},
|
||||||
hours: (timesArg = 1) => {
|
hours: (timesArg = 1) => {
|
||||||
return timesArg * 3.6e+5;
|
return timesArg * 3.6e+6;
|
||||||
},
|
},
|
||||||
minutes: (timesArg = 1) => {
|
minutes: (timesArg = 1) => {
|
||||||
return timesArg * 60000;
|
return timesArg * 60000;
|
||||||
|
@ -12,7 +12,7 @@ export let units = {
|
|||||||
return timesArg * 8.64e+7
|
return timesArg * 8.64e+7
|
||||||
},
|
},
|
||||||
hours: (timesArg = 1) => {
|
hours: (timesArg = 1) => {
|
||||||
return timesArg * 3.6e+5
|
return timesArg * 3.6e+6
|
||||||
},
|
},
|
||||||
minutes: (timesArg = 1) => {
|
minutes: (timesArg = 1) => {
|
||||||
return timesArg * 60000
|
return timesArg * 60000
|
||||||
|
Loading…
Reference in New Issue
Block a user