Tom Ardern
Tom Ardern
We're having the same issue, even for something simple: ``` const time1 = dayjs.duration(dayjs('1970-02-28T23:59:59Z').diff(dayjs('1970-01-01T00:00:00Z'))) time1.hours(); // returns 11, should be 23 ```
I've just tried this now and get this error: ``` (node:87845) UnhandledPromiseRejectionWarning: Error: Evaluation failed: DOMException: Not supported at ExecutionContext._evaluateInternal (node_modules/puppeteer/lib/ExecutionContext.js:122:13) at processTicksAndRejections (internal/process/task_queues.js:85:5) at async ExecutionContext.evaluate (node_modules/puppeteer/lib/ExecutionContext.js:48:12) at async...