Difference between revisions of "Issue:Timezone adjust not working with $wgLocalTZoffset"

From FollowTheScore
Jump to: navigation, search
 
Line 4: Line 4:
 
  |Version    = All
 
  |Version    = All
 
  |Description = consider $wgLocalTZoffset for time calculation
 
  |Description = consider $wgLocalTZoffset for time calculation
  |Status      = open
+
  |Status      = closed
 
}}
 
}}
  

Latest revision as of 18:35, 1 July 2009

Description: consider $wgLocalTZoffset for time calculation
Extension / Version: DPL   /   All
Type / Status: Change Request   /   closed

Problem

DPL should consider $wgLocalTZoffset for correct time calculation.

Our Server is running UTC in a UTC+2 region. Mediawiki is using $wgLocalTZoffset = +120; to set on UTC+2 but DPL always show UTC times.


Reply

The next version 1.8.2 will calculte date/time based on the user preferences. This should make DPL results consistent with other reports like the article history. Gero 13:55, 12 June 2009 (UTC)