[AB-333] refactoring templates to use Discord time stamp formatting

This commit is contained in:
Sheldan
2021-10-14 01:33:29 +02:00
parent ecb8824614
commit cc584d711c
14 changed files with 38 additions and 18 deletions

View File

@@ -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>