[Kst] [Bug 104931] Timezone (Local) doesn't obey DST
George Staikos
staikos at kde.org
Fri May 6 14:53:11 CEST 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=104931
staikos kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From staikos kde org 2005-05-06 14:53 -------
SVN commit 410016 by staikos:
merged portion of patch from Andrew to fix DST bug (untested by me)
BUG: 104931
M +1 -0 trunk/extragear/graphics/kst/kst/kst2dplot.cpp
--- trunk/extragear/graphics/kst/kst/kst2dplot.cpp #410015:410016
@ -6757,6 +6757,7 @
if (!gmtRc || !ltRc) {
return 0.0;
}
+ ltRc->tm_isdst = 0;
return difftime(mktime(gmtRc), mktime(ltRc)) / (-60.0 * 60.0);
}
More information about the Kst
mailing list