Comparing version 0.8.4 to 0.9.0
@@ -1,2 +0,1 @@ | ||
/** | ||
@@ -454,2 +453,3 @@ * Module dependencies. | ||
return this; | ||
} | ||
@@ -456,0 +456,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"keywords": ["date", "time", "time.h", "timezone", "setTimezone", "getTimezone"], | ||
"version": "0.8.4", | ||
"version": "0.9.0", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
@@ -55,2 +55,8 @@ var should = require('should') | ||
it('should be chainable', function () { | ||
var initial = process.env.TZ | ||
, d = new time.Date().setTimezone('America/Argentina/San_Juan') | ||
d.getTimezone().should.equal('America/Argentina/San_Juan') | ||
}) | ||
it('should change the "timezone offset"', function () { | ||
@@ -57,0 +63,0 @@ var d = new time.Date() |
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
42138
742
17