I want to convert given Date time to local Date time, when input Date time and timeZone is given separately as below
- Date -20220120080000 ('yyyymmddHHMMSS')
- timezone string -("Australia/Perth")
How to convert above timezone to local Date time without using moment library ?