Skip to content

timezone issues with game date #37

@ConorSheehan1

Description

@ConorSheehan1

Users have reported issues related to new games starting at unexpected times, and getting the same game twice

Possible causes:

  1. Truncating date time here
    return this.getGameDate.toISOString().split("T")[0];

    May need to store date + timezone info, and call to isoString for all comparisons
    already storing gameDate and lastGameDate as date object. Need more info from users
    gameDate: useStorage("gameDate", epoch as Date),

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions