Related questions
Time difference in seconds
In a Perl program I have a variable containing date / time in this format:
Feb 3 12:03:20
I need to determine if that date is more than x seconds old (based on current time), even if this occurs over midnight (e.g. …