Let\'s say I have a ZonedDateTime:
ZonedDateTime zonedDateTime = ZonedDateTime.of(LocalDateTime.now(), ZoneId.of(\"US/Pacific\"));
I woul