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
// hardcode UTC offset
h += 5;
// normalize between 0 and 23
h = h % 24;
var m = parseInt( time[2]) || 0;
return new Date(Date.UTC(2024, 1, 19, h, m));
I think the bug I reported at
osmus/mappingusa.org-redirects#1
might be related to the source HTML somewhere around
but I'm not sure, @quincylvania .
Anyway, I'm worried after the conference is over the page will fold up and you won't see the problem anymore.
The text was updated successfully, but these errors were encountered: