https://bugzilla.wikimedia.org/show_bug.cgi?id=25751

--- Comment #3 from Paolo Benvenuto <paolobe...@gmail.com> 2010-11-02 12:52:00 
UTC ---
#Set Default Timezone
$wgLocaltimezone = "Europe/Rome";
$oldtz = getenv("TZ");
putenv("TZ=$wgLocaltimezone");

# Versions before 1.7.0 used $wgLocalTZoffset as hours.
# After 1.7.0 offset as minutes
$wgLocalTZoffset = date("Z") / 60;
putenv("TZ=$oldtz");

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to