Skip to content

Commit 29d1c97

Browse files
Include name change date_from_epoch_seconds
1 parent e2ec764 commit 29d1c97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/helpers/utils.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ uri_parser() {
118118
return 0
119119
}
120120

121-
date_from_millis() {
122-
# Mac OS X: date -r $1
121+
date_from_epoch_seconds() {
122+
# Mac OS X:
123+
#date -r $1
123124
date -d @$1
124125
}

0 commit comments

Comments
 (0)