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


in reply to Epoch based parser

Your data format looks like JSON, which you can parse with modules such as JSON.

As for the timestamps, you can use localtime or gmtime to extract the various date/time parts (year, month, day, hour, minute, second) from the timestamp.