Fix local file date bug
This commit is contained in:
parent
cec0140c96
commit
61e36ed5ac
|
|
@ -27,7 +27,7 @@ public class Local extends Spider {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void init(Context context, String extend) {
|
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
|
@Override
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
f7dbc2384bc488cf422fb91bbb2e56ec
|
b7931872492dbe98f688172bb9382a25
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue