How can you convert the current time from one time zone to another?
With LocalDateTime.withZone()
LocalDateTime.withZone()
By TimeZone.changeZone()
TimeZone.changeZone()
Using ZonedDateTime.withZoneSameInstant()
ZonedDateTime.withZoneSameInstant()
Through ZoneId.switchZone()
ZoneId.switchZone()