Extends the built-in Date class to work only on the UTC timezone.
The weeks are defined by the ISO 8601.
With node previously installed:
npm install @zokugun/lang.date.timezone
Use it with kaoscript
:
import '@zokugun/lang.date.timezone'
const d = Date.tomorrow()
MIT © Baptiste Augrain