From 069939332432b35fa30b13dd88b563575d5590d3 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Thu, 5 Jan 2023 13:26:46 +0000 Subject: [PATCH] Status Reports: Set 'LC_TIME=C.UTF-8', only used for reports Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 3 +++ 1 file changed, 3 insertions(+) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 7dbcb21..f3c7a89 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -4132,6 +4132,9 @@ status() { # This does not build certs, so do not need fixed dates unset -v EASYRSA_FIX_OFFSET EASYRSA_BATCH EASYRSA_SILENT + # test fix: https://github.com/OpenVPN/easy-rsa/issues/819 + export LC_TIME=C.UTF-8 + # If no target file then add Notice if [ -z "$target" ]; then # Select correct Notice