coffee-script 1.1.2

This commit is contained in:
James Campos 2011-08-07 18:08:06 -07:00
parent 2d0fb8a4e6
commit 6a59e5dff2

View File

@ -417,7 +417,8 @@
Since 2007, daylight saving time starts on the second Sunday of March
and ends on the first Sunday of November, with all time changes taking
place at 2:00 AM (0200) local time.
*/ var date, month, sunday;
*/
var date, month, sunday;
date = new Date();
month = date.getMonth();
if (month < 2 || 10 < month) {