|
|
|
@ -97,10 +97,11 @@ public class SismicaUtil {
|
|
|
|
|
reference.add(Calendar.MILLISECOND, 1); |
|
|
|
|
reference.add(Calendar.DAY_OF_MONTH, -7); |
|
|
|
|
Date start = reference.getTime(); |
|
|
|
|
try { |
|
|
|
|
start = (new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")).parse("2020-05-18 00:00:00"); |
|
|
|
|
} catch (ParseException e) { |
|
|
|
|
} |
|
|
|
|
// try {
|
|
|
|
|
// start = (new
|
|
|
|
|
// SimpleDateFormat("yyyy-MM-dd HH:mm:ss")).parse("2020-05-18 00:00:00");
|
|
|
|
|
// } catch (ParseException e) {
|
|
|
|
|
// }
|
|
|
|
|
return new Date[] { start, end }; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|