1.1.0 • Published 9 years ago

set-timezone v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

set-timezone

Set the timezone for the default Date object

Usage

console.log(new Date().toString()); // Default system timezone

// Set timezone
require('set-timezone')('America/New_York')

console.log(new Date().toString()); // Replaced timezone (New York/ET)
1.1.0

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago