Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-10702

Code Error! Do with SYSTEM_LOCALTIME

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Duplicate
    • Icon: Trivial Trivial
    • None
    • 2.4.8, 3.0.1, 3.0.2, 3.2.0alpha1
    • Agent (G)
    • None

      In src\libs\zbxsysinfo\common\system.c, SYSTEM_LOCALTIME
      line 72
      #if defined(HAVE_TM_TM_GMTOFF)
      gmtoff = tm->tm_gmtoff;
      #else
      gmtoff = -timezone;
      #endif
      but the timezone is not defined
      change to gmtoff = 0

            Unassigned Unassigned
            xuplus Dominic Xu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: