bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39248: format-time-string ignores user's preferred locale


From: Paul W. Rankin
Subject: bug#39248: format-time-string ignores user's preferred locale
Date: Thu, 23 Jan 2020 16:44:11 +1000
User-agent: mu4e 1.2.0; emacs 27.0.60

On Thu, Jan 23 2020, Eli Zaretskii wrote:
>
> What is your value of system-time-locale?

system-time-locale -> nil

So, this works:

    (setq system-time-locale (getenv "LANG"))
    (format-time-string "%x")
    -> "23/01/2020"

But in the Elisp manual:

 -- Variable: system-time-locale
     This variable specifies the locale to use for formatting time
     values.  Changing the locale can cause messages to appear according
     to the conventions of a different language.  If the variable is
     ‘nil’, the locale is specified by environment variables in the
     usual POSIX fashion.

So the issue appears to be instead that ^this doesn't seem to be
happening...





reply via email to

[Prev in Thread] Current Thread [Next in Thread]