aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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")