Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nolim1t/timezonelist
Node class which lists most of the timezones. To be used by another library later
https://github.com/nolim1t/timezonelist
Last synced: 2 days ago
JSON representation
Node class which lists most of the timezones. To be used by another library later
- Host: GitHub
- URL: https://github.com/nolim1t/timezonelist
- Owner: nolim1t
- Created: 2012-05-15T02:01:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-15T02:38:53.000Z (over 12 years ago)
- Last Synced: 2024-04-14T14:30:13.115Z (7 months ago)
- Language: CoffeeScript
- Size: 85.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Timezone List Object
=============Why?
-------------
Currently theres no way (not that I know of anyway) to convert
a string date time + string timezone into a timestamp.And I wish to change that now.
What
-------------
This is a class which has most of the world timezones for use with
a future library to be developed.Pre-requisites
-------------
- CoffeescriptUsage
-------------
1. Download this repo
2. Copy directory to node_modules
3. Prepend **timezoneoffsets = require "timezonelist"** to the file you wish to useTodo
-------------
- Make NPM package
- Add coffeescript to dependencies
Licensing
-------------
Without going on about pages of pointless text, I do ask that you
fork this project is you are going to use it - that way you can add
any changes as a pull request therefore benefitting everyone.Sharing is caring right?