Re: how to get timezone in perl

2008-01-18 Thread Chas. Owens
On Jan 18, 2008 6:47 AM, Yue Chen <[EMAIL PROTECTED]> wrote: > Greetings, perl fans > > I am about to translate a bash script into perl. In bash script, it > uses "date +%Z" command to get current timezone on local host. > However, I don't want to redirect this output into a variable, since > the

how to get timezone in perl

2008-01-18 Thread Yue Chen
Greetings, perl fans I am about to translate a bash script into perl. In bash script, it uses "date +%Z" command to get current timezone on local host. However, I don't want to redirect this output into a variable, since the perl script will even going to be run on windows. Is there a module to g