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.