class DateTime

Public Class Methods

parse_fm_timestamp(timestamp) click to toggle source
# File lib/trophonius_date_time.rb, line 2
def self.parse_fm_timestamp(timestamp)
  DateTime.strptime(timestamp, '%m/%d/%Y %H:%M:%S')
end