Upon retrieving the timezone offset using getTimezoneOffset method, I receive values such as 360, 270, etc. What I desire is to obtain the UTC offset in negative or positive form such as -6, -5, -2.
Is there a way for me to achieve this?
Thank you.