Jump to content

ivom

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by ivom

  1. On 3/29/2023 at 4:38 AM, uberchuckie said:

     

    I just pushed a new build that should work around the problem. It worked for me but let me know how it's working for you.

    Works great! Timezones are now correct on the graphs and persists reboots/updates. Thanks!

  2. On 12/15/2021 at 9:57 PM, B. Cook said:

    I just wanted to add this here as I use this docker image and found a temporary solution to the problem.  

     

    The symlnk for /etc/localtime is pointing to  /usr/share/zoneinfo/Etc/UTC 

     

    This is where the graph generation is coming from.

     

    Running ./poller.php -d there is a timezone section, this will confirm that the docker image set the TZ vars for the system correctly as well as php and mysql.

     

    rm /etc/localtime; ln -s /usr/share/zoneinfo/America/New_York /etc/localtime (for example) 

     

    As long as your TZ is America/New_York

     

    Will fix everything; until you restart your container.. 

     

    HTH

    Hi, I know this is a long shot, but did you ever find a permanent solution for this?

×
×
  • Create New...