Bug 102895

Summary: [fix] lang/see-devel: incorrect daylight savings calculation
Product: Ports & Packages Reporter: Šimun Mikecin <numisemis>
Component: Individual Port(s)Assignee: Emanuel Haupt <ehaupt>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Šimun Mikecin 2006-09-05 09:20:24 UTC
Daylight saving calculations are incorrect (giving wrong values).

How-To-Repeat: This could reproduced when daylight savings are in effect with this JavaScript code:
var a = new Date();
a.getHours();
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2006-09-07 21:11:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

I will take care of it.
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2006-09-07 21:21:42 UTC
State Changed
From-To: open->closed

Committed, thanks!