diff options
| author | 2022-04-20 00:12:09 -0400 | |
|---|---|---|
| committer | 2022-04-20 00:12:09 -0400 | |
| commit | 942e313727d1ad886a1024c24fe4a9e8e2e0bb3e (patch) | |
| tree | 1c4d5d826655cdb812c88563a25410f8b54e41d2 /npm_assets/node_modules/luxon/README.md | |
| parent | 8eeed31eb2f86ac982fa4b26f93b15828289c56d (diff) | |
New upstream version 8.2.0.upstream/8.2.0
Diffstat (limited to 'npm_assets/node_modules/luxon/README.md')
| -rw-r--r-- | npm_assets/node_modules/luxon/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npm_assets/node_modules/luxon/README.md b/npm_assets/node_modules/luxon/README.md index feaaeab..84bda4f 100644 --- a/npm_assets/node_modules/luxon/README.md +++ b/npm_assets/node_modules/luxon/README.md @@ -2,10 +2,10 @@ [![MIT License][license-image]][license] [![Build Status][travis-image]][travis-url] [![NPM version][npm-version-image]][npm-url] [![Coverage Status][test-coverage-image]][test-coverage-url] [![Doc coverage][doc-coverage-image]][doc-url] [![PRs welcome][contributing-image]][contributing-url] -Luxon is a library for working with dates and times in Javascript. +Luxon is a library for working with dates and times in JavaScript. ```js -DateTime.local().setZone('America/New_York').minus({ weeks: 1 }).endOf('day').toISO(); +DateTime.now().setZone("America/New_York").minus({ weeks: 1 }).endOf("day").toISO(); ``` ## Features |
