Comparing version 0.3.1 to 0.3.2
@@ -114,3 +114,3 @@ var bindings = require('./time'); | ||
var diff = v - this.getMilliseconds(); | ||
return this.setTime(this + diff); | ||
return this.setTime(+this + diff); | ||
} | ||
@@ -117,0 +117,0 @@ // Set the minutes (from 0-59) in the current timezone |
{ | ||
"name": "time", | ||
"description": "\"time.h\" bindings for NodeJS", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22465