cortkny2024
Go to your js/jstz.min.js
file, search for "Perth", change the line from "Australia/Perth":new Date(2008,10,1,1,0,0,0)
to "Australia/Perth":new Date(2008,10,1,1,0,0,0),"Asia/Taipei":new Date(2008,10,1,1,0,0,0)
, then search for "shanghai", change the line from Asia/Shanghai":["Asia/Krasnoyarsk","Australia/Perth"]
to Asia/Shanghai":["Asia/Krasnoyarsk","Australia/Perth","Asia/Taipei"]
, save the changes, restart IIS, hard reload your browser, and retest.
Cheers.