fix email send time format

This commit is contained in:
chiu 2021-01-25 16:59:49 +08:00
parent 1bf3c786cf
commit a875eca618
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<span style="color:#555">--<br />
<%= t('announcement.mail_source') %> <a href="http://<%= @data["host"] %>" target="_blank"> <%= Site.first.title %> </a><br />
<%= t('announcement.mail_time') %> <%= DateTime.now %>
<%= t('announcement.mail_time') %> <%= DateTime.now.strftime('%Y/%m/%d %H:%M:%S') %>
</span>
</body>