build status

tzTime

Copyright (c) 2009-2013, Lawrence S. Maccherone, Jr.

Timezone transformations in the browser and node.js plus timezone precise timeline creation for charting.

Features

Credits

Authors:

Used when running:

Used when developing:

Using from a browser

If you are using Lumenize, you don't need to do anything. The browser package for Lumenize includes tzTime. If you just want to use tzTime without Lumenize, then you can either host it on your own site.

Then:

var tzTime = require('./tzTime'); var timeline = new tzTime.Timeline({startOn:'2012-01', endBefore:'2013-01'});

Installation for node.js usage

To install, run the following from the root folder of your project:

npm install tzTime --save

Installation for development

The documentation system uses jsduck so you'll need to install that like this:

[sudo] gem install jsduck

Documentation and source code

Changelog

MIT License

Copyright (c) 2011, 2012, 2013 Lawrence S. Maccherone, Jr.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.