@instructure/timezone
Version:
Small, elegant, Olson educated, timezone aware date math and `strftime` date formatting in pure JavaScript with no dependendcies for Node.js and the browser. Timezone uses the Olson/IANA timezone database. Timezone is aware of every clock transition in th
43 lines (42 loc) • 1.47 kB
JSON
{
"name": "@instructure/timezone",
"description": "Small, elegant, Olson educated, timezone aware date math and `strftime` date formatting in pure JavaScript with no dependendcies for Node.js and the browser. Timezone uses the Olson/IANA timezone database. Timezone is aware of every clock transition in the Olson database. Timezones supports the full compilment of `strftime` format specifiers defined by GNU `date`. Timezone can perform date math and adjust for daylight savings time. Timezone works in the browser too where it is less than 3K minified and gzipped.",
"version": "1.0.32",
"author": "Alan Gutierrez <alan@prettyrobots.com>",
"keywords": [
"time",
"timezone",
"date",
"clock",
"wall-clock",
"tzdata",
"utc",
"gmt",
"datetime",
"tz",
"format",
"events",
"calendar",
"strftime"
],
"homepage": "http://bigeasy.github.io/timezone",
"bugs": "https://github.com/bigeasy/timezone/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "@instructure/timezone"
},
"contributors": [
"Eero Ränik <eeror@eeror.com> (http://www.eeror.com/)",
"Bruins Zachtgoed <niek@fambruins.nl> (https://github.com/pheew)",
"Edward Vielmetti <edward.vielmetti@gmail.com> (http://vielmetti.typepad.com/)"
],
"dependencies": {},
"devDependencies": {
"proof": "1.2.x",
"uglify-js": "3.1.x"
},
"scripts": {
"test": "NODE_PATH=build util/test"
}
}