Skip to content

Commit

Permalink
reverts #24
Browse files Browse the repository at this point in the history
  • Loading branch information
hmngwy authored Sep 2, 2024
1 parent 62cd90f commit 1fa86b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/jenny/lib/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function get_post_date_int() {
}

function get_post_date_rfc822() {
$DATE --rfc-822 --date="$(stat -c %y "$1")"
$DATE --rfc-822 --date="$(echo $(get_timestamp "$1") | $SED -e 's#\([0-9]\{4\}\)-\([0-9]\{2\}\)-\([0-9]\{2\}\)#\1/\2/\3#')"
}

function get_tags() {
Expand Down

0 comments on commit 1fa86b4

Please sign in to comment.