How can I set the ZoneId.of("GMT+2")
for all further instances of LocalDateTime
in a spring app?
currently i'm using this: LocalDateTime.now(ZoneId.of("GMT+2"))
thanks
How can I set the ZoneId.of("GMT+2")
for all further instances of LocalDateTime
in a spring app?
currently i'm using this: LocalDateTime.now(ZoneId.of("GMT+2"))
thanks