Posts by Ananda Lima • 21 points
1 post
-
1
votes2
answers115
viewsQ: How to send a formatted Zoneddatetime in JSON?
I need to send the following: "tempo": { "inicio": "2019-06-24T20:00-03:00[America/Recife]", "fim": "2019-06-25T00:00-03:00[America/Recife]" } I created the two dates in my pojo: @Data…