Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Oct 18, 2024
1 parent b774eb2 commit 5591665
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/lucee/runtime/op/date/DateCaster.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import java.util.Locale;
import java.util.TimeZone;

import lucee.print;
import lucee.commons.date.DateTimeUtil;
import lucee.commons.date.JREDateTimeUtil;
import lucee.commons.date.TimeZoneConstants;
Expand Down Expand Up @@ -312,7 +311,6 @@ public static DateTime toDateTimeNew(Locale locale, String str, TimeZone tz, Dat
try {
DateTimeImpl res = new DateTimeImpl(Date.from(ZonedDateTime.parse(str, fw.formatter).toInstant()).getTime(), false);
fw.successCount++;
print.e(locale);
return res;
}
catch (Exception e) {
Expand Down

0 comments on commit 5591665

Please sign in to comment.