diff options
| author | delta <darkussdelta@gmail.com> | 2025-02-03 22:58:46 +0100 |
|---|---|---|
| committer | delta <darkussdelta@gmail.com> | 2025-02-03 22:58:46 +0100 |
| commit | 41a6d16ef6a356bc286b0eafe267d04aeed174f3 (patch) | |
| tree | 86fe71416dc5f802bacec930f9afadd453824423 /.zs/current_date | |
initial commit
Diffstat (limited to '.zs/current_date')
| -rwxr-xr-x | .zs/current_date | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.zs/current_date b/.zs/current_date new file mode 100755 index 0000000..9b6fbbb --- /dev/null +++ b/.zs/current_date @@ -0,0 +1,3 @@ +#!/bin/sh + +printf %s "$(date -u +%Y-%m-%dT%H:%M:%S%Z)" |
