Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217000 - Tenshi is not capable to detect Daily Saving Time.
Summary: Tenshi is not capable to detect Daily Saving Time.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Markus Ullmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-09 09:14 UTC by Poggi Jérôme
Modified: 2008-06-11 12:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Poggi Jérôme 2008-04-09 09:14:16 UTC
Tenshi is not capable to detect Daily Saving Time. Because it read the Timezone at the start.

example from source code :
  46 my $our_hostname = hostname();
  47 my @startup_time = localtime();
  48 my $timezone     = get_timezone();    <---- Here

example of mail header :
Received: from localhost.localdomain (localhost [127.0.0.1])                                                    
        by hsc.hsc.fr (Postfix) with ESMTP id 35CE935813                                                        
        for <tenshi@hsc.fr>; Wed,  9 Apr 2008 11:00:32 +0200 (CEST)                                             
From: tenshi@hsc.fr                                                                                             
To: tenshi@hsc.fr                                                                                               
Date: Wed, 09 Apr 2008 11:00:32 +0100                                                                           
X-tenshi-version: 0.8


It's a bug on all version.
Comment 1 Adam James 2008-06-09 20:48:15 UTC
Apologies for the delay in getting to this bug, it was assigned to the wrong person.

This will be fixed in tenshi-0.10-r2
Comment 2 Markus Ullmann (RETIRED) gentoo-dev 2008-06-11 12:49:31 UTC
Fixed version added to CVS, thanks :)