Problemunvalidated
How can I truncate a temporal value to tenths of a second? — In Java, I can easily truncate a temporal value (`LocalTime`, `ZonedDateTime`, etc.). Tension: I was hoping to avoid that if possible. Outcome: I can certainly roll my own "tenths of second" `TemporalUnit` and truncate to that.
5fdc637f-cd0d-42d8-a777-0df262e45eb0
How can I truncate a temporal value to tenths of a second? — In Java, I can easily truncate a temporal value (LocalTime, ZonedDateTime, etc.). Tension: I was hoping to avoid that if possible. Outcome: I can certainly roll my own "tenths of second" TemporalUnit and truncate to that.