Node-Red configuration
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Dirk Alders 97486731b5 Dashboard 2 - EG-West il y a 4 mois
..
build Dashboard 2 - EG-West il y a 4 mois
src Dashboard 2 - EG-West il y a 4 mois
LICENSE.md Dashboard 2 - EG-West il y a 4 mois
README.md Dashboard 2 - EG-West il y a 4 mois
package.json Dashboard 2 - EG-West il y a 4 mois

README.md

Luxon

MIT License Build Status NPM version Coverage Status PRs welcome

Luxon is a library for working with dates and times in JavaScript.

DateTime.now().setZone("America/New_York").minus({ weeks: 1 }).endOf("day").toISO();

Upgrading to 3.0

Guide

Features

  • DateTime, Duration, and Interval types.
  • Immutable, chainable, unambiguous API.
  • Parsing and formatting for common and custom formats.
  • Native time zone and Intl support (no locale or tz files).

Download/install

Download/install instructions

Documentation

Development

See contributing.

Phasers to stun