lib/health-data-standards/export/ccr.rb in health-data-standards-0.8.1 vs lib/health-data-standards/export/ccr.rb in health-data-standards-1.0.0

- old
+ new

@@ -390,10 +390,10 @@ end end end def convert_to_ccr_time_string(time) - converted_time = Time.at(time) + converted_time = Time.at(time).utc converted_time.strftime("%Y-%m-%dT%H:%M:%SZ") end def to_ccr_date(xml, time, type) if time \ No newline at end of file