It looks like you're new here. If you want to get involved, click one of these buttons!
Vanilla developer [GitHub, Twitter]
No updates?
In class.lastedited.plugin.php line 65
replace this
'Date' => Gdn_Format::ToDateTime(Gdn_Format::ToTimestamp($Data->DateUpdated)),
with this
'Date' => Gdn_Format::ToDateTime(Gdn_Format::ToTimestamp($Data->DateUpdated) + GetValue('HourOffset', $UserData, T('Unknown User')) * 3600),
Not sure if that's the most proper fix but it seems to work okay. CMIIW.
Comments
Vanilla developer [GitHub, Twitter]
No updates?
In class.lastedited.plugin.php line 65
replace this
with this
'Date' => Gdn_Format::ToDateTime(Gdn_Format::ToTimestamp($Data->DateUpdated) + GetValue('HourOffset', $UserData, T('Unknown User')) * 3600),Not sure if that's the most proper fix but it seems to work okay. CMIIW.