home_bin/LDATE

5 lines
55 B
Text
Raw Normal View History

2020-10-11 23:48:27 +03:00
#!/bin/sh
set -x
date '+%Y-%m-%d %H:%M:%S %z %Z' "$@"