/lang.date.tz

Primary LanguageMakefileMIT LicenseMIT

kaoscript License NPM Version Dependency Status Build Status CircleCI Coverage Status

Extends the built-in Date class to work only on the UTC timezone.

The weeks are defined by the ISO 8601.

Getting Started

In Node.js

With node previously installed:

npm install @zokugun/lang.date.timezone

Use it with kaoscript:

import '@zokugun/lang.date.timezone'

const d = Date.tomorrow()

Functions

Methods

License

MIT © Baptiste Augrain