Use Time.zone.now

This commit is contained in:
Matt-Yorkley
2021-04-29 08:56:17 +01:00
parent 290c1d0ebf
commit 2f49d089ea

View File

@@ -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