Skip to content

Commit

Permalink
fix: timezone and doc heading
Browse files Browse the repository at this point in the history
  • Loading branch information
RanggaBS authored May 26, 2024
1 parent 87d92f1 commit 22f314c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme-update_date.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
echo '' > README.md

# Heading
echo "Last Updated" >> README.md
echo "# Last Updated" >> README.md

# Insert blank line
echo '' >> README.md

# Date
echo "$(date)" >> README.md
echo "$(TZ="Asia/Jakarta" date)" >> README.md

0 comments on commit 22f314c

Please sign in to comment.