Hello Tom,

thanks for your research!

However, I'll merely leave this to the upstream author for
consideration, forwarding now ...

Cheers,
Flo
--- Begin Message ---
Dear Florian,

i found this searching with google:

https://paste.softver.org.mk/db4f44ed085a3a98fc746be845737363


  1.  --- tree.c 2014-05-25 11:26:32.379254443 +0200
  2.  +++ tree.c 2014-05-25 14:37:09.794311844 +0200
  3.  @@ -1029,6 +1029,8 @@ char *do_date(time_t t)
  4.  tm = localtime(&t);
  5.
  6.  if (timefmt) {
  7.  + setlocale(LC_TIME,"");
  8.  +
  9.  strftime(buf,255,timefmt,tm);
  10. buf[255] = 0;
  11. } else {


Maybe this could fix the broken local time

thx
Tom

--- End Message ---

Reply via email to