diff options
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 |
