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
In modernomad/core/tasks.py, the email sending logic is all based on UTC, which just lucks out as working because the cron job is run at 1pm UTC, which is the same day for Europe and US. This will break if we add weird timezones (hi australia).
I haven't thought this out in great detail, but it should probably send out emails based on the timezone of the location. Some more thinking is needed, though.
This used to be indeterminite depending on what timezone you
were in, because some tasks were in UTC and some were in local
time.
Email sending should use location timezone, but this will fix
problem for now. See embassynetwork#587
This used to be indeterminite depending on what timezone you
were in, because some tasks were in UTC and some were in local
time.
Email sending should use location timezone, but this will fix
problem for now. See #587
In
modernomad/core/tasks.py
, the email sending logic is all based on UTC, which just lucks out as working because the cron job is run at 1pm UTC, which is the same day for Europe and US. This will break if we add weird timezones (hi australia).I haven't thought this out in great detail, but it should probably send out emails based on the timezone of the location. Some more thinking is needed, though.
See also #122
The text was updated successfully, but these errors were encountered: