Skip to content

Instantly share code, notes, and snippets.

@bigeasy
Created July 16, 2012 19:08
Show Gist options
  • Save bigeasy/3124426 to your computer and use it in GitHub Desktop.
Save bigeasy/3124426 to your computer and use it in GitHub Desktop.
Load and Specialize
var tz = require('timezone');
var loaded = tz(require('timezone/fr_FR'), require('timezone/America/Detroit'));
var fr = loaded('America/Detroit', 'fr_FR');
console.log(fr('*', '%c'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment