We need to update the Timex.today() call to Timex.now("America/New_York") so that the date will be localized to Eastern Time and not flip at 7PM. This has been causing issues with the Registration page as it changes to the next meeting in the middle of our meet up and people end up registering for the next meet up instead of the one they have attended.
We need to update the
Timex.today()
call toTimex.now("America/New_York")
so that the date will be localized to Eastern Time and not flip at 7PM. This has been causing issues with the Registration page as it changes to the next meeting in the middle of our meet up and people end up registering for the next meet up instead of the one they have attended.