Code: Alles auswählen
// Show date <= 1 hour ago as 'xx min ago'
Code: Alles auswählen
// This will determine the correct DST setting for every date, should a user wish for automatic detection
$date_cache[$format]['zone_offset'] = ($this->data['user_dst'] == DST_AUTO) ? $this->timezone + date('I', $gmepoch) * 3600 : $this->timezone + $this->dst;

Forumversion ist 3.0.2, bitte um Hilfe!