]> git.eshelyaron.com Git - emacs.git/commit
Make time-stamp-tests.el work in a Norwegian language enviroment
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 1 Jul 2022 10:12:49 +0000 (12:12 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 1 Jul 2022 10:13:01 +0000 (12:13 +0200)
commit83e45596643c4586ecaecd024212b8c6cef11d2c
tree2c246e64b45049741c01e038caa7803783a46e9d
parent12e5171882afb2bb31e3505cb077953b342920af
Make time-stamp-tests.el work in a Norwegian language enviroment

The short version of names for days/month is not necessary the same as
limiting the string with a #n operator.  For instance:

(format-time-string "%^A" time)
=> "FREDAG"

(format-time-string "%^a" time)
=> "FR."

(time-stamp-string "%#3a" time)
=> "FRE"
test/lisp/time-stamp-tests.el