RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 862329 - Javascript date error
Summary: Javascript date error
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: firefox
Version: 6.3
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Martin Stransky
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-02 16:25 UTC by Ian G. Gosling
Modified: 2013-08-29 13:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-29 13:11:32 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Ian G. Gosling 2012-10-02 16:25:26 UTC
Description of problem:

Some dates are not constructed/displayed properly.

Version-Release number of selected component (if applicable):

firefox-10.0.7-1.el6_3

How reproducible:
always

Steps to Reproduce:
1. Create a web page containing the following javascript code

date1 = new Date(2012, 9, d);
alert(date1.getDate());

for various values of d.

2. Browse to the web page using Firefox.
  
Actual results:
d   alert message
26  26
27  27
28  27
29  30
30  31

Expected results:
alert = d for all values of d

Additional info:
none

Comment 2 Ian G. Gosling 2012-10-02 16:38:31 UTC
Timezone is Europe/London, so daylight savings ends at 03:00 Oct 28 2012.

Comment 3 RHEL Program Management 2012-12-14 08:04:03 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.

Comment 4 Martin Stransky 2013-08-29 13:11:32 UTC
Seems to be fixed in new versions (at least Firefox-23.0.1). The fix will hit RHEL sooner or later with new firefox versions. We're not going to ship a special fix for RHEL, so closing as WONTFIX for now.


Note You need to log in before you can comment on or make changes to this bug.