0.0.5 • Published 7 years ago

node-timezone v0.0.5

Weekly downloads
31
License
MIT
Repository
github
Last release
7 years ago

node-timezone Build Status npm mit

Get the server's timezone

Install

npm install --save node-timezone

Usage

var getTimezone = require('node-timezone').getTimezone
console.log(getTimezone()) // "America/Los_Angeles"

Tests

npm test

Tested on OSX and Ubuntu. TODO: Test on Windows.