date-timezones

v1.0.2
Return native "Date" object with specific timezone (e.g. new DateTimezones('Australia/Sydney'))
date time timezone zone

test

mocha test/index.spec.js

commit

git-cz

coverage

nyc --reporter=lcov npm t

coverage.check

nyc check-coverage --statements 90 --branches 70 --functions 90 --lines 90

coverage.report

cat ./coverage/lcov.info | codecov

eslint

eslint src/index.js

test.watch

npm t -- --watch

validate

npm run eslint && npm run coverage && npm run coverage.check

setup

npm install && npm run validate

semantic-release

semantic-release pre && npm publish && semantic-release post
npm i date-timezones

Metadata

  • MIT
  • Whatever
  • Nathachai Thongniran
  • released 9/5/2017

Downloads

Maintainers