Alex
Alex
On Oct 13, Let's Encrypt suffered a [10-min downtime](https://letsencrypt.status.io/pages/incident/55957a99e800baa4470002da/616695b49d4e8505426eb057). Similarly to #1, I, oblivious to the outage, had to restart my Node server around that time. Although the server had...
Earlier this week (Monday, Apr 26 around 12:30 ET) Let's Encrypt was undergoing maintenance and its ACME v2 URL was returning an error. I have `greenlock-express` set up with a...
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...