Skip to content

Commit

Permalink
Use predefined offset
Browse files Browse the repository at this point in the history
  • Loading branch information
ethlo committed Feb 26, 2022
1 parent e906c2f commit dc40c0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/ethlo/time/ITU.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@
import java.time.Year;
import java.time.YearMonth;
import java.time.ZoneId;
import java.time.ZoneOffset;
import java.time.temporal.Temporal;
import java.util.Date;

public class ITU
{
private static final EthloITU delegate = new EthloITU();
private static final ZoneId GMT_ZONE = ZoneId.of("GMT");
private static final ZoneId GMT_ZONE = ZoneOffset.UTC;

private ITU()
{
Expand Down

0 comments on commit dc40c0e

Please sign in to comment.