According to this page, Changing DST in Chile is always on the second full weekend of October and starts at midnight (allows you to ignore the extended DST this year, as this is most likely your computer does not know about it).
, , script , 8 2011 . UTC-0300, UTC-0400 .
(, UTC + 1/2h), Sun 27 2011 , 2:00 ( CEST = UTC + 0200) ( (CEST), UTC + 0100 UTC + 0200) (, ))
new Date(2011, 2, 27, 2, 0, 0, 0);
UTC + 0200, UTC + 0100
Sun Mar 27 2011 01:00:00 GMT+0100 (CET)
, Unix time, .
, , 8 - , DST , , , .
: , WinXP DST new Date(2011, 9, 9) ( , - ). , .
, , : , DST, UTC, :
var d = new Date(Date.UTC(2011, 9, 9));
alert(d.toUTCString());
/ Date, UTC.