You can use getUTCDate()
and the related getUTC...()
methods to access a time based off UTC time, and then convert.
If you wish, you can use valueOf()
, which returns the number of seconds, in UTC, since the Unix epoch, and work with that, but it's likely going to be much more involved.