Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Leap second coming up. Check your date handling code

by RonW (Parson)
on Jan 04, 2017 at 22:14 UTC ( [id://1178966]=note: print w/replies, xml ) Need Help??


in reply to Re: Leap second coming up. Check your date handling code
in thread Leap second coming up. Check your date handling code

So, the moral of this story is let the system do the work - why code your own time stuff?
$date=`date`; *
... and then fiddle with it.

Assuming date works correctly.

Back at the turn of 2000, where I worked (then), we had a few legacy apps that were dependent on older versions of Unix. On those systems, the date command started displaying the year as 19100. This was because the systems were old enough that the code (in the date command) that converted the epoch time still didn't account for extracting more than 2 digits worth of year from the epoch time. And, of course, the year was formatted with "19%d", thus the "19100" result.

So, whatever command - or CPAN module - you use, make sure it actually works for your needs.

Log In?
Username:
Password:

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

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

    No recent polls found