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
The problem boils down to the makeTime() function not calculating correctly if the current year contains a leap day (it's offset by 2 due to not subtracting 70), so timestamps for March onwards in even-numbered years will either be one day ahead or behind where they should be when viewed on the MTP host.