Fix local file date bug

pull/69/head
FongMi 2 years ago
parent cec0140c96
commit 61e36ed5ac
  1. 2
      app/src/main/java/com/github/catvod/spider/Local.java
  2. BIN
      jar/custom_spider.jar
  3. 2
      jar/custom_spider.jar.md5

@ -27,7 +27,7 @@ public class Local extends Spider {
@Override
public void init(Context context, String extend) {
format = new SimpleDateFormat("yyyyy/MM/dd HH:mm:ss", Locale.getDefault());
format = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss", Locale.getDefault());
}
@Override

Binary file not shown.

@ -1 +1 @@
f7dbc2384bc488cf422fb91bbb2e56ec
b7931872492dbe98f688172bb9382a25

Loading…
Cancel
Save