diff --git a/SQF/dayz_code/init/compiles.sqf b/SQF/dayz_code/init/compiles.sqf
index a2d5a2bb4..3fd2651d6 100644
--- a/SQF/dayz_code/init/compiles.sqf
+++ b/SQF/dayz_code/init/compiles.sqf
@@ -607,10 +607,10 @@ if (!isDedicated) then {
};
_str;
};
- _h = (_record select 4) select 0;
+ _h = ((_record select 4) select 0)+timezoneswitch;
_m = (_record select 4) select 1;
- _record_stxt = format["%1Died at %2:%3
", _record_stxt, ((_h call _format)+timezoneswitch), (_m call _format)];
+ _record_stxt = format["%1Died at %2:%3
", _record_stxt, (_h call _format), (_m call _format)];
if ((_record select 1) != 'unknown') then {
_record_stxt = format["%1Was killed by %2
", _record_stxt, (_record select 1)];