Given a ZonedTime, a common use case is to convert that time into a relevant timestamp. For example, given 19:53[Europe/Berlin], assume I would like to trigger an event at the next instance this time is realized.
What is the best API to help with this? Combine with a PlainDate to get an instant?