mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
use UTC
This commit is contained in:
@@ -31,7 +31,7 @@ Openfoodnetwork::Application.configure do
|
||||
# ActionMailer::Base.deliveries array.
|
||||
config.action_mailer.delivery_method = :test
|
||||
|
||||
config.time_zone = ENV.fetch("TIMEZONE", "Melbourne")
|
||||
config.time_zone = "UTC"
|
||||
|
||||
# Tests assume English text on the site.
|
||||
config.i18n.default_locale = "en"
|
||||
|
||||
Reference in New Issue
Block a user