Zabbix网页中时间从12小时制改为24小时制
修改前端PHP代码/include/translateDefines.inc.php1. 找到define('DATE_TIME_FORMAT_SECONDS', _('Y-m-d h:i:s A'));2. 将时间格式Y-m-d h:i:s A改为Y-m-d H:i:s来源:https://support.zabbix.com/si/jira.iss...
阅读全文