dayjs
dayjs copied to clipboard
fix: timezone parsing bug - Partially addresses #1827
Partially addresses https://github.com/iamkun/dayjs/issues/1827
This solution does not work with rfc2822 dates, but fixes the issues with iso dates. It's a good step forward.