--- parser3/src/classes/date.C 2004/01/30 10:05:24 1.61 +++ parser3/src/classes/date.C 2004/02/19 15:16:53 1.63 @@ -1,11 +1,11 @@ /** @file Parser: @b date parser class. - Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_DATE_C="$Date: 2004/01/30 10:05:24 $"; +static const char * const IDENT_DATE_C="$Date: 2004/02/19 15:16:53 $"; #include "classes.h" #include "pa_vmethod_frame.h" @@ -233,7 +233,7 @@ static void _roll(Request& r, MethodPara tmOut->tm_isdst=-1; { time_t t_changed_time=mktime/*normalizetime*/(tmOut); - /*autofix: in msk timezone last sunday of april hour hole: [2am->3am) + /*autofix: in msk timezone last sunday of march hour hole: [2am->3am) if( tmOut->tm_hour!=tmSaved.tm_hour ||tmOut->tm_min!=tmSaved.tm_min)