Search found 4 matches
- 03 Mar 2025, 16:25
- Forum: Help
- Topic: Logs (and last sync date) showing in UTC instead of local time
- Replies: 9
- Views: 4978
Re: Logs (and last sync date) showing in UTC instead of local time
Hm. wcsftime doesn't do time conversion, it looks like it's using localtime_r for that. I can't find that in the MSVC++ runtime docs, but localtime does mention that it should use the registry and fall back to Pacific time if no TZ is set and it can't get the data from the registry. (It's definitely ...
- 03 Mar 2025, 09:40
- Forum: Help
- Topic: Logs (and last sync date) showing in UTC instead of local time
- Replies: 9
- Views: 4978
Re: Logs (and last sync date) showing in UTC instead of local time
The times in the last sync column are 5 hours off, showing in UTC rather than local time.
- 02 Mar 2025, 21:22
- Forum: Help
- Topic: Logs (and last sync date) showing in UTC instead of local time
- Replies: 9
- Views: 4978
Re: Logs (and last sync date) showing in UTC instead of local time
Which Windows time conversion functions? I can look up the docs to see where they get their configuration from then. Running `tzutil /g` at a cmd prompt shows "Eastern Standard Time", so it's not clear what the configuration problem would be. (Especially since I only set it once, when I installed ...
- 02 Mar 2025, 05:05
- Forum: Help
- Topic: Logs (and last sync date) showing in UTC instead of local time
- Replies: 9
- Views: 4978
Logs (and last sync date) showing in UTC instead of local time
Just started playing with FFS today, and noticed that the logs are all recording times in UTC, and the "Last Sync" column is showing UTC as well. My computer (running Windows 10) is configured for the US Eastern time zone, so the times are off by five hours.
Anybody know how to fix this, or is this ...
Anybody know how to fix this, or is this ...