I've now added org-test-with-time-locale so that the test results are independent of the running machine. I think it's much cleaner this way than using .* On 14/08/2023 14.51, Ihor Radchenko wrote: > "Valentin G. J. Herrmann" writes: > >> Ok, so I guess I was stupid in another way :E >> I do in fact have the FSF copyright assignment (Though probably under an >> old email address: herr.valentin.mann@gmail.com). I still included the >> TINYCHANGE comment. The attached patch should finally work. > > Bastien, may you please check the FSF records? > >> - (string-match-p >> - "2014-03-04 .* 02:00" >> + (string-search >> + "<2014-03-04 Tue 02:00 +8h>" > > This won't work for people testing in non-English language environments > where the day names are in native language. > .* was there for a reason. >