Perl question

Carl Parrish plug-devel@lists.PLUG.phoenix.az.us
Mon May 21 09:15:02 2001


Okay I tend to use this a lot.

    use Time::localtime
    $date = localtime(time);

But now what if I don't want to use the local time. What if I want to use the time of a MIT server. Or I want my server to use MST but I want the
date set to EST. What would I use to grab this???

Carl Parrish