class Tlog::Format::DateTime

Public Class Methods

timestamp(gmt_time) click to toggle source
# File lib/tlog/format/date_time.rb, line 4
def self.timestamp(gmt_time)
  gmt_time.strftime("%B %d, %I:%M%p")
end