diff --git a/SQF/dayz_code/init/compiles.sqf b/SQF/dayz_code/init/compiles.sqf index 136bc1ce0..a2d5a2bb4 100644 --- a/SQF/dayz_code/init/compiles.sqf +++ b/SQF/dayz_code/init/compiles.sqf @@ -610,7 +610,7 @@ if (!isDedicated) then { _h = (_record select 4) select 0; _m = (_record select 4) select 1; - _record_stxt = format["%1Died at %2:%3

", _record_stxt, (_h call _format), (_m call _format)]; + _record_stxt = format["%1Died at %2:%3

", _record_stxt, ((_h call _format)+timezoneswitch), (_m call _format)]; if ((_record select 1) != 'unknown') then { _record_stxt = format["%1Was killed by %2

", _record_stxt, (_record select 1)];