aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/g10.c b/g10/g10.c
index a41ecb335..a13abd7ba 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -382,6 +382,7 @@ i18n_init(void)
#ifdef ENABLE_NLS
#ifdef HAVE_LC_MESSAGES
setlocale( LC_MESSAGES, "" );
+ setlocale( LC_TIME, "" );
#else
setlocale( LC_ALL, "" );
#endif