home_bin/LDATE

4 lines
58 B
Bash
Executable file

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