diff options
Diffstat (limited to 'images')
-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() { |