Closed
Bug 133847
Opened 23 years ago
Closed 23 years ago
Mails dated December 31, 1969
Categories
(MailNews Core :: Composition, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 131983
People
(Reporter: nraya, Assigned: bugzilla)
Details
Problem: Mail returned with date December 31,1969 in 4.77 &
January 1, 1970 in 6.2.
The following is a sample test html script.
<html>
<head><title>test date</title></head>
<body>
This tests dates in javascript
<BR>
<script language=javascript>
document.writeln("Document last modified date is " + document.lastModified
);
document.writeln("<BR>");
var now = new Date();
document.writeln("Current date " + now);
</script>
</body>
</html>
In scenario 1, using 4.77 :
I copy the contents of the file i.e the output of the html file,
*****************************************************************************
This tests dates in javascript,
Document last modified date is Wednesday, March 20, 2002 10:42:18
Current date Wed Mar 27 15:31:54 GMT-0800 (Pacific Standard Time) 2002
*****************************************************************************
- Open a compose window in 6.2
- Paste the contents and send it
- I open my 4.77 mail window
When I receive the mail, the following are the results:
Subject: Test
Date: Wed, 27 Mar 2002 15:16:20 -0800
From: nraya@netscape.com (Niranjani Raya)
To: Niranjani Raya <nraya@netscape.com>
This tests dates in javascript
Document last modified date is Wednesday, December 31, 1969 16:00:00
Current date Wed Mar 27 15:41:10 GMT-0800 (Pacific Standard Time) 2002
Document last modified date is Wed, 20 Mar 2002
18:42:18 GMT
Current date Wed Mar 27 15:15:54 GMT-0800 (Pacific Standard Time) 2002
I open the same message in 6.2 the following are the results:
This tests dates in javascript
Document last modified date is January 1, 1970 GMT
Current date Wed Mar 27 2002 15:42:13 GMT-0800 (Pacific Standard Time)
Document last modified date is Wed, 20 Mar 2002 18:42:18 GMT
Current date Wed Mar 27 15:15:54 GMT-0800 (Pacific Standard Time) 2002
Deduction:
In 4.77 the Output of the html text is copied as plain text but in 6.2.2 the
javascript is also copied and it returns the wrong date.
Reporter | ||
Comment 1•23 years ago
|
||
Can somebody please give me an update? The Bug still has the status of New.
Assignee | ||
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 131983 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•