I have a problem using api I wants the timezone to Asia/Karachi but time zone is not changing from America/Toronto.
const city = Lahore
const country = PK
const currentDate = 27-11-2024
const timezone = Asia/Karachi
const url = https://api.aladhan.com/v1/timingsByCity/${currentDate}?city=${city}&country=${country}&method=1&school=1&midnightMode=0&timezonestring=${timezone}
;
Anyone help????