# File lib/active_merchant/billing/integrations/chronopay/notification.rb, line 61 def received_at # Date should be formatted "dd-mm-yy" to be parsed by 1.8 and 1.9 the same way formatted_date = Date.strptime(date, "%m/%d/%Y").strftime("%d-%m-%Y") Time.parse("#{formatted_date} #{time}") unless date.blank? || time.blank? end