Fix local file date bug

This commit is contained in:
FongMi 2023-07-03 18:22:27 +08:00
parent cec0140c96
commit 61e36ed5ac
3 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -1 +1 @@
f7dbc2384bc488cf422fb91bbb2e56ec
b7931872492dbe98f688172bb9382a25