You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?