We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb68c0a commit a1be13fCopy full SHA for a1be13f
app/src/main/java/fr/free/nrw/commons/utils/CommonsDateUtil.java
@@ -21,16 +21,6 @@ public static SimpleDateFormat getIso8601DateFormatShort() {
21
return simpleDateFormat;
22
}
23
24
- /**
25
- * Gets SimpleDateFormat for date pattern returned by Media object
26
- * @return simpledateformat
27
- */
28
- public static SimpleDateFormat getMediaSimpleDateFormat() {
29
- SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss", Locale.ROOT);
30
- simpleDateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));
31
- return simpleDateFormat;
32
- }
33
-
34
/**
35
* Gets the timestamp pattern for a date
36
* @return timestamp
0 commit comments