Searched refs:TIME_FORMAT (Results 1 – 4 of 4) sorted by relevance
105 private static final SimpleDateFormat TIME_FORMAT = new SimpleDateFormat("yyyy:MM:dd kk:mm:ss"); field in ExifTag528 synchronized (TIME_FORMAT) { in setTimeValue()529 return setValue(TIME_FORMAT.format(new Date(time))); in setTimeValue()
109 private static final SimpleDateFormat TIME_FORMAT = field in CarrierConfigLoader1633 formattedModifiedTime = TIME_FORMAT.format(Files.readAttributes(Paths.get(filePath), in getFileTime()