diff options
author | atanarjuat <atanarjuat@example.com> | 2022-07-28 11:51:40 -0400 |
---|---|---|
committer | atanarjuat <atanarjuat@example.com> | 2022-07-28 11:51:40 -0400 |
commit | 4ce3a3904de0ef6ef553176698073ef01efcb70e (patch) | |
tree | 873348090248c5cb90cc0d6a0e260be8141d8afe /images/obfsvpn/scripts | |
parent | 454351ae2e6d2ac9c34b9cffa2a9671ac983785e (diff) |
cosmetic changes: date format
Diffstat (limited to 'images/obfsvpn/scripts')
-rw-r--r-- | images/obfsvpn/scripts/functions.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/images/obfsvpn/scripts/functions.sh b/images/obfsvpn/scripts/functions.sh index 9c1ef6b..c1f215b 100644 --- a/images/obfsvpn/scripts/functions.sh +++ b/images/obfsvpn/scripts/functions.sh @@ -2,8 +2,8 @@ function datef() { # Output: - # Sat Jun 8 20:29:08 2019 - date "+%a %b %-d %T %Y" + # 2019 Aug 1 20:29:08 + date "+%Y %b %-d %T" } function createConfig() { |