-
Incident report
-
Resolution: Duplicate
-
Trivial
-
None
-
2.4.8, 3.0.1, 3.0.2, 3.2.0alpha1
-
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
- duplicates
-
ZBX-9839 Compilation error on Windows and several timezone issues
- Closed