fix signing date format

This commit is contained in:
Pete Matsyburka
2024-10-12 09:20:49 +03:00
committed by Oleksandr Turchyn
parent 1ad8d9196a
commit 9adbfc52c2
+1 -1
View File
@@ -220,7 +220,7 @@ module Submitters
end
when 'date'
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
e
end