Created
December 18, 2013 19:54
-
-
Save mikeal/8028755 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var tz = require('timezone') | |
> undefined | |
tz = tz(require("timezone/America/Los_Angeles"), "America/Los_Angeles"); | |
> [Function] | |
tz(1378393200111, "America/Los_Angeles", '%A %b %d %l:%M%p') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment