fix 1970 timestamps

master
Aevann 2023-10-26 23:47:38 +03:00
parent 0b0f8c69d5
commit 35fff9c1c7
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
{% include "user_in_table.html" %}
{% endif %}
</td>
<td data-sort-key="{{emoji.created_utc or 0}}" {% if emoji.created_utc != None %}data-time="{{emoji.created_utc}}"{% endif %}></td>
<td data-sort-key="{{emoji.created_utc}}" {% if emoji.created_utc %}data-time="{{emoji.created_utc}}"{% endif %}></td>
{% if FEATURES['EMOJI_SUBMISSIONS'] %}
<td>
{% if emoji.og %}