summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoratanarjuat <atanarjuat@example.com>2022-07-28 11:51:40 -0400
committeratanarjuat <atanarjuat@example.com>2022-07-28 11:51:40 -0400
commit4ce3a3904de0ef6ef553176698073ef01efcb70e (patch)
tree873348090248c5cb90cc0d6a0e260be8141d8afe
parent454351ae2e6d2ac9c34b9cffa2a9671ac983785e (diff)
cosmetic changes: date format
-rw-r--r--images/obfsvpn/scripts/functions.sh4
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() {