home_bin/LDATE

4 lines
55 B
Bash
Executable file

#!/bin/sh
set -x
date '+%Y-%m-%d %H:%M:%S %z %Z' "$@"