Skip to content

Commit

Permalink
Dates fix (put back old ISO format)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisszmundy committed Oct 9, 2024
1 parent 78fe04f commit 497440c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ public class KraftwerkExecutionSchedule {

private ServiceToCall serviceToCall;

@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSS")
private LocalDateTime scheduleBeginDate;

@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSS")
private LocalDateTime scheduleEndDate;

private TrustParameters trustParameters;
Expand Down

0 comments on commit 497440c

Please sign in to comment.