mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-05 00:53:01 +00:00
[AB-333] refactoring templates to use Discord time stamp formatting
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<#include "format_instant">
|
||||
{
|
||||
<#assign suggestionId=suggestionId>
|
||||
<#assign suggestionDate>${formatDate(suggestionCreationDate, "yyyy-MM-dd HH:mm:ss zz")}</#assign>
|
||||
<#assign suggestionDate><@format_instant_date_time instant=suggestionCreationDate/></#assign>
|
||||
<#assign suggestionLink=suggestionMessage.jumpUrl>
|
||||
<#assign agreements=suggestionInfo.agreements>
|
||||
<#assign disagreements=suggestionInfo.disagreements>
|
||||
|
||||
Reference in New Issue
Block a user