Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Convert time to todays time

by gnork (Scribe)
on Jun 08, 2004 at 10:44 UTC ( [id://362269]=note: print w/replies, xml ) Need Help??


in reply to Convert time to todays time

The off by one could be daylight saving related.
@t = localtime(time); print "Daylight saving active" if $t[8] eq 1;
Gnork

cat /dev/world | perl -e "(/(^.*? \?) 42\!/) && (print $1))"
errors->(c)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://362269]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 13:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found