diff options
author | Volpeon <git@volpeon.ink> | 2021-05-12 08:37:29 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-05-12 08:37:29 +0200 |
commit | 2cda552e5444edb6b4b5842b7932e8fd0b3f15b0 (patch) | |
tree | d690f7f3ee9430e00df386efb05f25746778ddd3 /scripts | |
parent | Design (diff) | |
download | volpeon.ink-2cda552e5444edb6b4b5842b7932e8fd0b3f15b0.tar.gz volpeon.ink-2cda552e5444edb6b4b5842b7932e8fd0b3f15b0.tar.bz2 volpeon.ink-2cda552e5444edb6b4b5842b7932e8fd0b3f15b0.zip |
Design update
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/metadata_filter.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/metadata_filter.lua b/scripts/metadata_filter.lua index 5f2d9af..914cd09 100644 --- a/scripts/metadata_filter.lua +++ b/scripts/metadata_filter.lua | |||
@@ -13,6 +13,7 @@ function format_date(date) | |||
13 | dd = os.date("%d", time), | 13 | dd = os.date("%d", time), |
14 | rfc3339 = os.date("%FT%T+00:00", time), | 14 | rfc3339 = os.date("%FT%T+00:00", time), |
15 | long = os.date("%B %d, %Y", time), | 15 | long = os.date("%B %d, %Y", time), |
16 | short = os.date("%b %d, %y", time), | ||
16 | } | 17 | } |
17 | end | 18 | end |
18 | 19 | ||