Bug 37471

Summary: mail/evolution port needs a patch for TZ handling with DST
Product: Ports & Packages Reporter: Larry Rosenman <ler>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Larry Rosenman freebsd_committer freebsd_triage 2002-04-26 03:40:01 UTC
the mail/evolution port mis-handles Daylight savings time.  There is a patch
that will fix it in 1.0.4, but who knows when that will be released.  I'll
place a patch that works for FreeBSD below.

Fix: I discovered (and reported to the Evolution team) a bug where on
FreeBSD the timezone is adjusted to be one hour off from reality when
DST is in effect. 

The Evolution team fixed it in CVS for 1.0.4, but I don't know when it
will be out.  

Can the port be modified to patch

camel/camel-mime-message.c

to remove the lines around line 212 
that set offset += 100? 

Not a problem, but please submit a patch instead of a verbal description.

Thanks!

-Maxim
Here is my quickie patch, I'm not sure how y'all want to do it.  it
definately fixes FreeBSD....

How-To-Repeat: Build Evolution 1.3, send mail (in a place where DST is in effect), note
the Date: header has a Timezone indiction is one hour west of where it was
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-04-26 04:08:46 UTC
Responsible Changed
From-To: freebsd-ports->gnome

Over to maintainers
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2002-04-26 22:25:47 UTC
State Changed
From-To: open->closed

Committed with a slight modification.  Thanks!