Dear Sirs
Please help.

My problem is that when reading data from the Data Base via Perl script all
extracted dates  remian unchanged by Perl except dates within Daylight
Savings periods .

There is no Data Manipulation or binding in the Perl script.
Platform is DB Ingres  / OS Unix / Perl 5.8
I do Not want the dates to change within these periods and remain as
original time stamp.
How can i stop this occuring ?
Sample extract of dates 
DB DATE               Extracted Date Via Perl 
27-oct-1990 22:00:00  27-oct-1990 22:00:00
27-oct-1990 23:00:00  27-oct-1990 23:00:00
28-oct-1990 00:00:00  28-oct-1990 00:00:00
28-oct-1990 01:00:00  28-oct-1990 01:00:00

28-oct-1990 02:00:00  28-oct-1990 02:00:00   - begin of daylight savings
period.

28-oct-1990 03:00:00  28-oct-1990 02:00:00
28-oct-1990 13:00:00  28-oct-1990 12:00:00
28-oct-1990 15:00:00  28-oct-1990 14:00:00
28-oct-1990 17:00:00  28-oct-1990 16:00:00
28-oct-1990 20:00:00  28-oct-1990 19:00:00
Regards Arno 

Reply via email to