Skip to content

Commit

Permalink
use alternative offset method
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Nov 4, 2024
1 parent daea202 commit 685a3e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public final class Timestamp implements Comparable<Timestamp>, Serializable {
new DateTimeFormatterBuilder()
.appendOptional(DateTimeFormatter.ISO_LOCAL_DATE_TIME)
.optionalStart()
.appendOffsetId()
.appendOffset("+HH:MM", "Z")
.optionalEnd()
.toFormatter()
.withZone(ZoneOffset.UTC);
Expand Down

0 comments on commit 685a3e9

Please sign in to comment.