Closed tmfrnz closed 9 months ago
Currently Clockwork appears to send email notifications at the time specified but assumes UTC https://github.com/impactoss/impactoss-server/blob/nz-justice-development/scheduler.rb
Let's make sure it uses the configured timezone https://github.com/impactoss/impactoss-server/blob/nz-justice-development/config/application.rb#L21
Hmm, this is an interesting one. Looks like we can do it:
Currently Clockwork appears to send email notifications at the time specified but assumes UTC https://github.com/impactoss/impactoss-server/blob/nz-justice-development/scheduler.rb
Let's make sure it uses the configured timezone https://github.com/impactoss/impactoss-server/blob/nz-justice-development/config/application.rb#L21