date-with-offset
Version:
Work with timezone-aware dates
22 lines (21 loc) • 443 B
JSON
{
"name": "date-with-offset",
"version": "1.0.1",
"licence": "APLv2",
"description": "Work with timezone-aware dates",
"keywords": [
"date",
"timezone",
"utc"
],
"author": "James A. Rosen <james.a.rosen@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/jamesarosen/date-with-offset.git"
},
"main": "./index",
"devDependencies": {
"mocha": "~1.9.0",
"jshint": "~1.1.0"
}
}