Re: Timezone manipulation within Perl script

2007-12-15 Thread roman . vasicek
You are right. Package tzcode was missing. After installing it, timezone conversion script works ok. Output is the the same when running under cygwin and ActiveState perl. Thank you for your help. BTW How should I detect that there is another package required/missing? Roman > Půvo

Timezone manipulation within Perl script

2007-12-14 Thread roman . vasicek
Hi all, I want to ask you how convert time between different timezones in perl script running under cygwin. I have an application which store datetime information in Zulu/GMT. I need to provide date in user timezone. How to do the correct conversion? I want to be able to offer Timezone info like

Re: [Perl] source 'typemap' (only) can't be found

2007-12-05 Thread roman . vasicek
Hi Rob, Permissions? I'm surprised that all files on the listing below have perms 000. Try to use chmod to add at least permission for reading. Regards, Roman Původní zpráva Od: Sisyphus <[EMAIL PROTECTED]> Předmět: [Perl] source 'typemap' (only) can't be found Datu

Perldoc issue with perl-5.8.8-3 - missing pod2man5.8.8

2007-07-19 Thread roman . vasicek
Hi all, after upgrading perl to the version 5.8.8 I can't use perldoc to wiew perl documentation. perldoc is searching for pod2man5.8.8 instead of pod2man which is already preset in /usr/bin. Creating symbolic link pod2man5.8.8 -> /usr/bin/pod2man solve this issue. Example: $ perldoc -f chr Err