Bug 94996 - [MAINTAINER UPDATE] lang/see: Correct incorrect timezone calculation
Summary: [MAINTAINER UPDATE] lang/see: Correct incorrect timezone 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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-27 10:20 UTC by Šimun Mikecin
Modified: 2006-04-11 16:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.48 KB, patch)
2006-03-27 10: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-03-27 10:20:12 UTC
If summer-time daylight saving is in effect, getHours() returns wrong value.

How-To-Repeat: 	$ see-shell
	> var a = new Date();
	 = undefined
	> a.getHours();
	 = 11
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2006-04-11 16:40:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!