You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening spf after the UK changed the clocks back prints Error reading from file: parsing time "2024-10-28T10:57:52Z01:00": extra text: "01:00". It did not say what file but running find / -type f -newermt "2024-10-28 10:57:52" ! -newermt "2024-10-28 10:58:53" 2>/dev/null returned only one file: /home/user/.local/share/superfile/lastCheckVersion"
The rest of the app works the same.
To Reproduce
Have the date modified of lastCheckVersion first in another time zone.
Change time zone.
(I do not know if it needs to be to one equal to UTC)
System information (please complete the following information):
OS: Arch
Version: 6.10.2-arch1-1
Superfile Version: v1.1.5
The text was updated successfully, but these errors were encountered:
Describe the bug
Opening spf after the UK changed the clocks back prints
Error reading from file: parsing time "2024-10-28T10:57:52Z01:00": extra text: "01:00"
. It did not say what file but runningfind / -type f -newermt "2024-10-28 10:57:52" ! -newermt "2024-10-28 10:58:53" 2>/dev/null
returned only one file:/home/user/.local/share/superfile/lastCheckVersion"
The rest of the app works the same.
To Reproduce
System information (please complete the following information):
The text was updated successfully, but these errors were encountered: