Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

untitled notebook

node v8.17.0
version: 1.1.0
endpointsharetweet
const { DateTime } = require('luxon') const dates = [ DateTime.fromISO('2017-12-10T00:00:00.000Z').endOf('quarter').toISO(), DateTime.fromISO('2017-12-10T00:00:00.000Z').startOf('quarter').toISO(), DateTime.fromISO('2017-12-10T00:00:00.000Z', {zone: 'utc'}).endOf('quarter').toISO(), DateTime.fromISO('2017-12-10T00:00:00.000Z', {zone: 'utc'}).startOf('quarter').toISO() ]
Loading…

no comments

    sign in to comment