mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Change gzip extention to gz for bash completion
This commit is contained in:
@@ -215,7 +215,7 @@ public class RideService extends Service
|
|||||||
if(rideStarted) return;
|
if(rideStarted) return;
|
||||||
|
|
||||||
startTime = System.currentTimeMillis();
|
startTime = System.currentTimeMillis();
|
||||||
final String fileName = "ride-" + startTime + ".json.gzip";
|
final String fileName = "ride-" + startTime + ".json.gz";
|
||||||
|
|
||||||
SimpleDateFormat f = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss");
|
SimpleDateFormat f = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss");
|
||||||
f.setTimeZone(TimeZone.getTimeZone("UTC"));
|
f.setTimeZone(TimeZone.getTimeZone("UTC"));
|
||||||
|
|||||||
Reference in New Issue
Block a user