Skip to content

Commit

Permalink
Time restored to Manifest Date (#322)
Browse files Browse the repository at this point in the history
Modified call in manifest command to get DateTime instead of just date.
  • Loading branch information
nemonster authored Oct 30, 2019
1 parent 343c9ed commit daec1d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void execute(DiagnosticContext context) {
manifest.put(Constants.DIAG_VERSION, diagVersion);

context.setDiagVersion(diagVersion);
manifest.put("collectionDate", SystemProperties.getUtcDateString());
manifest.put("collectionDate", SystemProperties.getUtcDateTimeString());

DiagnosticInputs params = context.getDiagnosticInputs();
manifest.put("diagnosticInputs", params.toString());
Expand Down

0 comments on commit daec1d6

Please sign in to comment.