Skip to content

Commit

Permalink
Change versioning slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Oct 10, 2023
1 parent db36569 commit db7ba51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public String obtain() {
spec.setStandardOutput(out);
});
long timestamp = Long.parseLong(out.toString().trim()) * 1000;
DateFormat dateFormat = new SimpleDateFormat("yyyy.MM.dd.HH.mm.ss");
DateFormat dateFormat = new SimpleDateFormat("yyyy.MM.dd-HH.mm.ss");
dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));
return dateFormat.format(new Date(timestamp));
}
Expand Down

0 comments on commit db7ba51

Please sign in to comment.