5 lines
79 B
Bash
5 lines
79 B
Bash
|
#!/bin/sh
|
||
|
set -eu
|
||
|
export TZ=EST
|
||
|
date '+Last modified %H:%M:%S %Z on %B %d, %Y'
|