http://www.perlmonks.org?node_id=408202


in reply to How do I find difference between two timestamps?

I'm new to programming, but can you convert them to epoch time, subtract them, then convert them back? Or is that inefficient?