Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Binary format of time

by Anonymous Monk
on May 26, 2009 at 09:14 UTC ( [id://766172]=note: print w/replies, xml ) Need Help??


in reply to Binary format of time

$ use DateTime $ my $d = DateTime->new(year => 1974, month => 11, day => 1, hour => 0 +, minute => 0, second => 0, time_zone => 'UTC') 1974-11-01T00:00:00 $ $d->clone->add(seconds => 0x40_E3_7F_D1) 2009-05-01T03:06:36 $ $d->clone->add(seconds => 0x40_E3_7F_D2) 2009-05-01T03:06:37 $ $d->clone->add(seconds => 0x40_E3_7F_D9) 2009-05-01T03:06:44 $ $d->clone->add(seconds => 0x40_E3_7F_E0) 2009-05-01T03:06:51

That strikes near the target. Coincidence?

Replies are listed 'Best First'.
Re^2: Binary format of time
by ysth (Canon) on Jun 01, 2009 at 07:38 UTC
    That strikes near the target.
    Off by just a few hours:
    Finally in the eighth round, Ali landed the final combination, a left hook that brought Foreman's head up into position so Ali could smash him with a hard right straight to the face. Foreman staggered, then twirled across half the ring before landing on his back, he finally managed to get up but it was too late. Some argue this to have been among the greatest demonstrations of strategic planning and actual execution ever displayed in a heavyweight fight. Ali came into the fight with a tactical plan, executed it and achieved a great triumph.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (8)
As of 2024-04-19 15:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found