dayjs
dayjs copied to clipboard
'z' format not escaped correctly and getting parsed into time fields
When serializing a time zone abbreviation using "z" that includes an "S" like "MST", the S is getting converted to seconds so it looks like M1566320400000T. I'm thinking maybe there was a bug fixed in the master fork. Could you please update your fork?
Thanks!