Boinc "report deadline" differs from real deadline

John McLeod VII
John McLeod VII
Moderator
Joined: 10 Nov 04
Posts: 547
Credit: 632255
RAC: 0

> As good as I can figure

Message 9325 in response to message 9324

> As good as I can figure from digging around, I think boinc calls the
> timezone from the OS, so it should show the same offset that your OS shows.
> But I have no clue if windows actually changes the offset from UTC when the
> time changes or if it compensates some other way.
>
> I know very little about windows and how it thinks. If you pull up your time
> properties in windows, is the UTC offset correct there? If windows shows
> UTC+2, boinc should be showing +7200. Lastly, I would suggest checking the
> BIOS time against what windows shows. If windows is actually changing
> the time (rather than just the way it displays it), this should be reflected
> by comparing it to the BIOS.
>
> Maybe someone who knows more about windows in particular can clear some of
> that up though.
>
How windows behaves during the daylight savings time change depends on the version of windows and how the time is stored. If it is stored as a FILETIME, then the time changes with the timezone. If it is stored as a time_t or similar, then the time remains static with a timezone change. FILETIME is always stored in UTC and converted for display, time_t is stored as local time, and just displayed.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.