Skip to content

Commit

Permalink
optimized dateutil imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rafbel committed Jun 3, 2020
1 parent 644f474 commit 9593d0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/util/DateUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.time.*;
import java.time.Duration;
import java.time.LocalDateTime;
import java.time.ZoneOffset;
import java.time.format.DateTimeFormatter;
import java.util.Date;

Expand Down

0 comments on commit 9593d0d

Please sign in to comment.