remove comment
Original commit: elastic/x-pack-elasticsearch@e55d3bebb4
This commit is contained in:
parent
61b1750058
commit
79f430ebaf
|
@ -15,7 +15,6 @@ import java.util.TimeZone;
|
|||
public class DateUtils {
|
||||
public static final TimeZone TIME_ZONE = TimeZone.getTimeZone("UTC");
|
||||
|
||||
//MutableDateTime.
|
||||
private static DateFormat getDateFormat() {
|
||||
DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd");
|
||||
dateFormat.setTimeZone(TIME_ZONE);
|
||||
|
|
Loading…
Reference in New Issue