timezone-offset
v0.0.5
Published
A simple module for getting a client's timezone offset number.
Downloads
5
Maintainers
Readme
#Timezone Offset
Use this in a browser, it will get your offset for you formatted like this: "-06:00".
Installation
To install just run npm i --save timezone-offset
in your terminal.
Usage
To use just do the following:
const timezoneOffset = require("timezone-offset")
timezoneOffset() // "-5:00"