Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Times right but days wrong when dateline is crossed #2

Open
jidanni opened this issue Jan 20, 2024 · 0 comments
Open

Times right but days wrong when dateline is crossed #2

jidanni opened this issue Jan 20, 2024 · 0 comments

Comments

@jidanni
Copy link

jidanni commented Jan 20, 2024

I think the bug I reported at
osmus/mappingusa.org-redirects#1
might be related to the source HTML somewhere around

   // 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));

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant