diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-09 11:08:26 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-09 11:08:26 -0500 |
commit | 910cdbe80c753fa7c65c5f8f92de0dab8d234872 (patch) | |
tree | 0f5b5061dc2b7f06e920b962d6e4f6ad926af9c5 | |
parent | 333dfd6f52f92a88264310710c95330ddce82e71 (diff) | |
download | libretube-910cdbe80c753fa7c65c5f8f92de0dab8d234872.tar.lz libretube-910cdbe80c753fa7c65c5f8f92de0dab8d234872.tar.xz libretube-910cdbe80c753fa7c65c5f8f92de0dab8d234872.zip |
fix date
-rw-r--r-- | new.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ tag="$REPLY" # output o_author=$(printf '%s%s\n' "Author: " "$author") o_category=$(printf '%s%s\n' "Category: " "$category") -o_date=$(printf '%s%s\n' "Date: " "$(date +"%Y-%m-%d %I:%M")") +o_date=$(printf '%s%s\n' "Date: " "$(date +"%Y-%m-%d %T")") o_slug=$(printf '%s%s\n' "Slug: " "$slug") o_tag=$(printf '%s%s\n' "Tags: " "$tag") o_title=$(printf '%s%s\n' "Title: " "$title") |