mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Use Time.zone.now
This commit is contained in:
@@ -338,7 +338,7 @@ module Spree
|
||||
new_state = order.updater.update_shipment_state
|
||||
order.update_columns(
|
||||
shipment_state: new_state,
|
||||
updated_at: Time.now,
|
||||
updated_at: Time.zone.now,
|
||||
)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user