Skip to content

Commit

Permalink
Users dateformat for runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kreinhard committed Nov 8, 2018
1 parent 072888d commit df3e0f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public Variables convertVariables(Map<String, Object> variables, TemplateDefinit
Date date = parseDate(value);
if (date != null) {
value = dateToString(date);
result.putFormatted(entry.getKey(), dateFormatter.format(date));
}
}
}
Expand Down

0 comments on commit df3e0f2

Please sign in to comment.