dotfiles/dotfiles/lib/functions/parse_timestamp

8 lines
83 B
Bash
Executable File

#!/usr/bin/env sh
function parse_timestamp {
date -d "@$1"
}
parse_timestamp