(long time)
| 78 | } |
| 79 | |
| 80 | private static String getYMD_HM(long time) { |
| 81 | return timeFormat(time, YMD_HM); |
| 82 | } |
| 83 | |
| 84 | private static String timeFormat(long time, String format) { |
| 85 | DateFormat sdf = new SimpleDateFormat(format, Locale.getDefault()); |
no test coverage detected