Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "time", | ||
"description": "\"time.h\" bindings for NodeJS", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -34,1 +34,6 @@ var assert = require('assert'); | ||
assert.equal(d.getHours(), 19); | ||
d.setTimeZone("US/Arizona"); | ||
console.log("AZ Hours: " + d.getHours()); | ||
assert.equal(d.getHours(), 17); |
Sorry, the diff of this file is not supported yet
9459
104