From 4ce3a3904de0ef6ef553176698073ef01efcb70e Mon Sep 17 00:00:00 2001 From: atanarjuat Date: Thu, 28 Jul 2022 11:51:40 -0400 Subject: cosmetic changes: date format --- images/obfsvpn/scripts/functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'images') 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() { -- cgit v1.2.3