Commit 13241b8

mo khan <mo@mokhan.ca>
2015-06-07 23:07:47
convert to utc.
1 parent d10f3e9
Changed files (1)
app
models
android
app/models/android/import.rb
@@ -75,7 +75,7 @@ class Android::Import
   def map_from(row)
     Android::Workout.new(
       id: row[:id],
-      date: row[:date],
+      date: row[:date].utc,
       workout: row[:workout],
       exercise_1: JSON.parse(row[:e1]),
       exercise_2: JSON.parse(row[:e2]),