1.1.0 • Published 8 years ago

set-timezone v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago