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
It seems that the clock setting function on all calc-*.c files are bugged, as they set ref.tm_isdst = 1; even through it is not Daylight Savings Time. That means that the hour is set one hour behind.
The text was updated successfully, but these errors were encountered:
It seems that the clock setting function on all calc-*.c files are bugged, as they set
ref.tm_isdst = 1;
even through it is not Daylight Savings Time. That means that the hour is set one hour behind.The text was updated successfully, but these errors were encountered: