fix signing date format

pull/381/head
Pete Matsyburka 1 year ago committed by Oleksandr Turchyn
parent 1ad8d9196a
commit 9adbfc52c2

@ -220,7 +220,7 @@ module Submitters
end end
when 'date' when 'date'
if with_time if with_time
I18n.l(Time.current.in_time_zone(submission.account.timezone).to_date) Time.current.in_time_zone(submission.account.timezone).to_date.to_s
else else
e e
end end

Loading…
Cancel
Save