Skip to content

Commit 3dd1b35

Browse files
author
srvrco
committed
issue #232 use neutral locale for date formatting
1 parent 026aab3 commit 3dd1b35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

getssl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,11 @@
180180
# 2017-01-18 bugfix issue #227 - error deleting csr if doesn't exist
181181
# 2017-01-18 issue #228 check private key and account key are different (2.05)
182182
# 2017-01-21 issue #231 mingw bugfix and typos in debug messages (2.06)
183+
# 2017-01-29 issue #232 use neutral locale for date formatting (2.07)
183184
# ----------------------------------------------------------------------------------------
184185

185186
PROGNAME=${0##*/}
186-
VERSION="2.06"
187+
VERSION="2.07"
187188

188189
# defaults
189190
ACCOUNT_KEY_LENGTH=4096
@@ -232,6 +233,7 @@ _UPGRADE=0
232233
_UPGRADE_CHECK=1
233234
_USE_DEBUG=0
234235
config_errors="false"
236+
LANG=C
235237

236238
# store copy of original command in case of upgrading script and re-running
237239
ORIGCMD="$0 $*"

0 commit comments

Comments
 (0)