HighDots Forums  

Issue with Date.parse and 10/29/2001

Javascript JavaScript language (comp.lang.javascript)


Discuss Issue with Date.parse and 10/29/2001 in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Need Top Programmer
 
Posts: n/a

Default Issue with Date.parse and 10/29/2001 - 05-27-2004 , 12:14 PM






Has anyone else encountered this issue? When you do Date.parse(date1)
and date1=10/29/2001 it seems to add an an additional 3600000 ms for
no reason.


Thanks,

Edward

Reply With Quote
  #2  
Old   
Lee
 
Posts: n/a

Default Re: Issue with Date.parse and 10/29/2001 - 05-27-2004 , 12:31 PM






Need Top Programmer said:
Quote:
Has anyone else encountered this issue? When you do Date.parse(date1)
and date1=10/29/2001 it seems to add an an additional 3600000 ms for
no reason.

It doesn't happen to me, but then we don't do Daylight Saving Time.



Reply With Quote
  #3  
Old   
Lasse Reichstein Nielsen
 
Posts: n/a

Default Re: Issue with Date.parse and 10/29/2001 - 05-27-2004 , 12:39 PM



ebrooks (AT) sbcglobal (DOT) net (Need Top Programmer) writes:

Quote:
Has anyone else encountered this issue? When you do Date.parse(date1)
and date1=10/29/2001 it seems to add an an additional 3600000 ms for
no reason.
It's daylight saving. The date 10/28/2001 (apparently mm/dd/yyyy
format) is the Sunday where daylight saving were dropped, so it was 25
hours long (in local time).

/L
--
Lasse Reichstein Nielsen - lrn (AT) hotpop (DOT) com
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'


Reply With Quote
  #4  
Old   
Dr John Stockton
 
Posts: n/a

Default Re: Issue with Date.parse and 10/29/2001 - 05-27-2004 , 01:50 PM



JRS: In article <41d0903.0405270814.68c2854a (AT) posting (DOT) google.com>, seen
in news:comp.lang.javascript, Need Top Programmer
<ebrooks (AT) sbcglobal (DOT) net> posted at Thu, 27 May 2004 09:14:21 :

Quote:
Has anyone else encountered this issue? When you do Date.parse(date1)
and date1=10/29/2001 it seems to add an an additional 3600000 ms for
no reason.
You cannot predict what happens when "you" do it; News is an
international medium, and includes people from all sorts of places,
perhaps including Australia, Hawaii, and parts of Arizona and of
southern Indiana. Whatever you mean by the above, people using systems
correctly configured for those places will not see a 3600 second change
of that nature near that date.

When asking date/time related questions, it is prudent to state one's
locality, if that is not obvious.

In the EU, what happens at around that date is not that something is
added; it is that 3600 seconds - the Summer Time offset - is no longer
being subtracted; in Autumn, we need to retard clocks that keep civil
time.

See below.

--
© John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v4.00 IE 4 ©
<URL:http://jibbering.com/faq/> Jim Ley's FAQ for news:comp.lang.javascript
<URL:http://www.merlyn.demon.co.uk/js-index.htm> jscr maths, dates, sources.
<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.