Change gzip extention to gz for bash completion

This commit is contained in:
Chet Henry
2014-12-02 15:18:25 -07:00
parent cc31b093f8
commit 58694d51b6

View File

@@ -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"));