Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Epoch time conversion in CSV

by BrowserUk (Patriarch)
on Sep 25, 2012 at 15:50 UTC ( [id://995581]=note: print w/replies, xml ) Need Help??


in reply to Epoch time conversion in CSV

Ostensibly, all you'd need is:

perl -F, -nle"$_ = localtime( $_ ) for @F[0,1]; print join ',', @F" < +infile > outfile

See perlrun for the command line switches and localtime() for the function that does the work.


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

RIP Neil Armstrong

network sites:

Log In?
Username:
Password:

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

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

    No recent polls found