diff -uNrp zabbix-2.0.4.orig/frontends/php/chart_bar.php zabbix-2.0.4/frontends/php/chart_bar.php --- zabbix-2.0.4.orig/frontends/php/chart_bar.php 2012-12-08 20:09:20.000000000 +0900 +++ zabbix-2.0.4/frontends/php/chart_bar.php 2013-03-27 10:43:17.954367428 +0900 @@ -31,6 +31,8 @@ require_once dirname(__FILE__).'/include ?> array(T_ZBX_INT, O_OPT, P_SYS, IN('0,1,2,3'), NULL), diff -uNrp zabbix-2.0.4.orig/frontends/php/events.php zabbix-2.0.4/frontends/php/events.php --- zabbix-2.0.4.orig/frontends/php/events.php 2013-03-27 10:30:43.649413449 +0900 +++ zabbix-2.0.4/frontends/php/events.php 2013-03-27 10:39:37.245731481 +0900 @@ -26,6 +26,9 @@ require_once dirname(__FILE__).'/include require_once dirname(__FILE__).'/include/discovery.inc.php'; require_once dirname(__FILE__).'/include/html.inc.php'; +define('EVENTS_DISCOVERY_TIME_FORMAT', _('d M Y H:i:s')); +define('EVENTS_ACTION_TIME_FORMAT', _('d M Y H:i:s')); + if (isset($_REQUEST['csv_export'])) { $CSV_EXPORT = true; $csvRows = array(); diff -uNrp zabbix-2.0.4.orig/frontends/php/include/actions.inc.php zabbix-2.0.4/frontends/php/include/actions.inc.php --- zabbix-2.0.4.orig/frontends/php/include/actions.inc.php 2012-12-08 20:09:18.000000000 +0900 +++ zabbix-2.0.4/frontends/php/include/actions.inc.php 2013-03-27 10:34:58.780367716 +0900 @@ -18,6 +18,8 @@ ** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. **/ +define('EVENT_ACTION_MESSAGES_DATE_FORMAT', _('d M Y H:i:s')); +define('EVENT_ACTION_CMDS_DATE_FORMAT', _('Y.M.d H:i:s')); function condition_operator2str($operator) { $str_op[CONDITION_OPERATOR_EQUAL] = '='; diff -uNrp zabbix-2.0.4.orig/frontends/php/include/classes/class.cserverinfo.php zabbix-2.0.4/frontends/php/include/classes/class.cserverinfo.php --- zabbix-2.0.4.orig/frontends/php/include/classes/class.cserverinfo.php 2012-12-08 20:09:18.000000000 +0900 +++ zabbix-2.0.4/frontends/php/include/classes/class.cserverinfo.php 2013-03-27 10:47:29.456367697 +0900 @@ -19,6 +19,7 @@ **/ ?> array(T_ZBX_STR, O_MAND,P_SYS, NOT_EMPTY, null), diff -uNrp zabbix-2.0.4.orig/frontends/php/queue.php zabbix-2.0.4/frontends/php/queue.php --- zabbix-2.0.4.orig/frontends/php/queue.php 2012-12-08 20:09:20.000000000 +0900 +++ zabbix-2.0.4/frontends/php/queue.php 2013-03-27 10:41:16.681369014 +0900 @@ -39,6 +39,9 @@ require_once 'include/page_header.php'; check_fields($fields); ?>