DateTime Subtraction

2005-01-24 Thread Todd Goldenbaum
Hello, I'm trying to find the difference betwen two datetime objects, but I'm getting some unexpected results. I start with two dates out of mysql (code simplified a bit for this example): my $start_date = DateTime::Format::MySQL->parse_date( '2005-01-05' ); my $end_date = DateTime::Format

[Fwd: timelocal error messages]

2005-01-24 Thread the.noonings
I forgot to include the error messages from the test. They are pasted below. Note that $VERSION= '1.07'; works just fine, but $VERSION= '1.10'; does NOT work, and gives these error messages: C:\Documents and Settings\malcolm\My Documents\proj_bu_2003\routines>test_timelocal.pl Use of

timelocal error messages

2005-01-24 Thread the.noonings
Hello, Can someone confirm that the timelocal module is having problems in ActiveState perl, v5.8.6 built for MSWin32-x86-multi-thread, build 811? The test script is below. There seem to be a lot of error messages. #!/usr/bin/perl -w use Time::Local qw(timelocal); use strict; my $year = "105

Re: [Fwd: timelocal error messages]

2005-01-24 Thread Dave Rolsky
On Mon, 24 Jan 2005, the.noonings wrote: I forgot to include the error messages from the test. They are pasted below. Note that $VERSION= '1.07'; works just fine, but $VERSION= '1.10'; does NOT work, and gives these error messages: Actually, it does work, those are warnings, not error me