Bug 102895 - [fix] lang/see-devel: incorrect daylight savings calculation
Summary: [fix] lang/see-devel: incorrect daylight savings calculation
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-05 09:20 UTC by Šimun Mikecin
Modified: 2006-09-07 21:21 UTC (History)
0 users

See Also:


Attachments
file.diff (947 bytes, patch)
2006-09-05 09:20 UTC, Šimun Mikecin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!