DEV Community

Discussion on: Why do you love working with your programming language?

Collapse
 
downey profile image
Tim Downey

+1 to this!

If I'm given logs with UNIX Timestamps I'll often toss them into IRB to convert.

irb(main):005:0> Time.at(1593383150)
=> 2020-06-28 15:25:50 -0700

I don't use Ruby as much anymore, but it's still my go to for things like this! Thanks Ruby. 😊