This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Ronny Bräunlich
code-n-roll.dev
did:plc:cqqxt63vpmwi6lr43wsttswv
TIL:
offsetdatetime.now().plusdays(4l) keeps the original offset (e.g. +02:00)
zoneddatetime.now().plusdays(4l).tooffsetdatetime()
adjusts the offset to the target timezone (e.g. from +02:00 to +01:00)
#java
2024-10-23T06:58:29.076Z