mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Fix wrong date format on json ride file.
This commit is contained in:
@@ -168,7 +168,7 @@ public class RideService extends Service
|
||||
|
||||
current_values = new HashMap<String, String>();
|
||||
|
||||
SimpleDateFormat f = new SimpleDateFormat("yyyy/MMM/dd HH:mm:ss");
|
||||
SimpleDateFormat f = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss");
|
||||
f.setTimeZone(TimeZone.getTimeZone("UTC"));
|
||||
String utc = f.format(new Date(start_time));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user