Hey I'm initializing a date on string format to format to ISOString:
"2021-06-01"
dayjs("2021-06-01").tz("Africa/Lagos").toISOString();
the result is:
'2021-06-01T04:00:00.000Z'
currently with the system timezone, how can I print with the initialized timezone?