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
I see currently the getCurrentPhase method sometimes does not work. So I investigated and saw that when admin choose the phases date in dashboard for the funding rounds creation, the dates are set like 2025-02-16T03:00:00.000Z if I choose 16 Feb. Probably because I am in Brazil, which is UTC +3
So the first issue is that: it should not use local date time and convert to utc, but instead to use a default time.
But also I don't think we should set 00:00:00 as default time, since it is when the day starts, not when it ends. So using 00:00:00 the submission date would finish before 16 Feb actually starts, what seems not to be the intention when an admin sets that date. So probably we must set as 23:59:59. By doing this, participants will have all that day to finish.
The text was updated successfully, but these errors were encountered:
I see currently the getCurrentPhase method sometimes does not work. So I investigated and saw that when admin choose the phases date in dashboard for the funding rounds creation, the dates are set like 2025-02-16T03:00:00.000Z if I choose 16 Feb. Probably because I am in Brazil, which is UTC +3
So the first issue is that: it should not use local date time and convert to utc, but instead to use a default time.
But also I don't think we should set 00:00:00 as default time, since it is when the day starts, not when it ends. So using 00:00:00 the submission date would finish before 16 Feb actually starts, what seems not to be the intention when an admin sets that date. So probably we must set as 23:59:59. By doing this, participants will have all that day to finish.
The text was updated successfully, but these errors were encountered: