So, I notice that in the new Date::ICal module, the new() function
behaves like so:

$t = new Date::ICal (epoch => 123456);   # epoch seconds
# OR
$t = new Date::ICal (ical => '20010304T103000Z'); # an iCalendar date

I know that not all systems have the same epoch; hence, if I create
a new Date::ICal with (epoch => 0), I'm going to get different times
depending on the platform. I have to create times with iCalendar
in order to get correct date/times.

Anyone have suggestions for how to handle this? Perhaps there
should be some conditional code in the make process that determines
the platform and causes the code to behave sanely there?

srl
-- 
Shane R. Landrum         [EMAIL PROTECTED]
we generate our own light to compensate for the lack of light from above -AD
GPG public key: http://cs.smith.edu/~slandrum/srl_pgpkey.txt

Reply via email to