Copyright (c) 2009-2013, Lawrence S. Maccherone, Jr.
Timezone transformations in the browser and node.js plus timezone precise timeline creation for charting.
Create timezone precise time-series axis for charts
Work in any granularity
2012-03-05T00:00:00.000Z
when you really just mean 2012-03-05
R02I04-07
= Seventh day of fourth iteration in
second releaseTested - Over 450 tests
Authors:
Used when running:
Used when developing:
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'});
To install, run the following from the root folder of your project:
npm install tzTime --save
The documentation system uses jsduck so you'll need to install that like this:
[sudo] gem install jsduck
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.