# File app/models/work.rb, line 72
  def started_at_time
    started_at && started_at.strftime('%H:%M')
  end