From 17e8fde587a0c69fd8da84ef2041810c162cc83d Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Fri, 7 Dec 2007 02:16:44 +0000 Subject: Remove bogus correction of times, which may correct time stamp changes between DST/non-DST, but at the unacceptable cost of buggering up the actual clock! --- lib/psitime.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/psitime.cc') diff --git a/lib/psitime.cc b/lib/psitime.cc index 61a74fa..f6245df 100644 --- a/lib/psitime.cc +++ b/lib/psitime.cc @@ -200,8 +200,6 @@ evalOffset(psi_timezone ptz, time_t time, bool valid) { if (valid) { offset = ptz.utc_offset; - if (!(ptz.dst_zones & 0x40000000) || (ptz.dst_zones & ptz.home_zone)) - offset -= 3600; } else { /** * Fallback. If no Psion zone given, use -- cgit v1.2.3