fix signing date format
This commit is contained in:
committed by
Oleksandr Turchyn
parent
1ad8d9196a
commit
9adbfc52c2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user