date-and-time
date-and-time copied to clipboard
A Minimalist DateTime utility for Node.js and the browser
There was a missing 'D' in your time parser for some reason, just wanted to point it ou to you.
Thank you for your library. I have a suggestion. I see that in #72 you added `utc?: boolean | undefined` parameter. This is great, because for example, it makes `addHours(dateObj,...
Many libraries include a formatting token for named offsets. Ex: in `dayjs`, `z` for EST, `zzz` for Eastern Standard Time, etc. It looks like `Intl.DateTimeFormat` includes [`timeZoneName`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat#timezonename) which could be...