Answers for "Seconds to HH:MM in Ruby"

0

Seconds to HH:MM in Ruby

Time.at(82800).utc.strftime("%I:%M%p")

#-> "11:00PM"
Posted by: Guest on March-13-2022

Code answers related to "Seconds to HH:MM in Ruby"

Browse Popular Code Answers by Language