fix signing date format
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user