Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Adding the ability to request particular dates and times relative to …
Browse files Browse the repository at this point in the history
…a timezone, as well as some general code cleanup
  • Loading branch information
gsmcwhirter committed Jun 5, 2011
1 parent 06d262e commit 47dbf18
Show file tree
Hide file tree
Showing 6 changed files with 272 additions and 232 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
nbproject
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -14,10 +14,10 @@ You can install this through npm:

An example of usage is as follows:

var sys = require('sys');
var zoneinfo = require('./lib/zoneinfo'),
var sys = require('util');
var zoneinfo = require('zoneinfo'),
TZDate = zoneinfo.TZDate,
countrycodes = require('./lib/countrycodes');
countrycodes = zoneinfo.countrycodes;

var d = new TZDate();
sys.puts(d);
Expand Down
File renamed without changes.

0 comments on commit 47dbf18

Please sign in to comment.