aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-04-09 11:08:26 -0500
committerJesús <heckyel@hyperbola.info>2019-04-09 11:08:26 -0500
commit910cdbe80c753fa7c65c5f8f92de0dab8d234872 (patch)
tree0f5b5061dc2b7f06e920b962d6e4f6ad926af9c5
parent333dfd6f52f92a88264310710c95330ddce82e71 (diff)
downloadlibretube-910cdbe80c753fa7c65c5f8f92de0dab8d234872.tar.lz
libretube-910cdbe80c753fa7c65c5f8f92de0dab8d234872.tar.xz
libretube-910cdbe80c753fa7c65c5f8f92de0dab8d234872.zip
fix date
-rw-r--r--new.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/new.sh b/new.sh
index 5686cf7..00a797f 100644
--- a/new.sh
+++ b/new.sh
@@ -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")