diff -r 996bb6fea7dd -r b6311a17471a eric7/MicroPython/MicroPythonFileManager.py --- a/eric7/MicroPython/MicroPythonFileManager.py Fri Feb 18 17:44:19 2022 +0100 +++ b/eric7/MicroPython/MicroPythonFileManager.py Sun Feb 20 16:25:22 2022 +0100 @@ -90,7 +90,7 @@ result = [(decoratedName(name, mode), mode2string(mode), str(size), - mtime2string(mtime)) for + mtime2string(mtime, adjustEpoch=True)) for name, (mode, size, mtime) in filesList] self.longListFiles.emit(tuple(result)) except Exception as exc: