module ActiveJob::ExecutionState

def perform_now

:nodoc:
def perform_now
  I18n.with_locale(locale) do
    Time.use_zone(timezone) { super }
  end
end