Skip to content

Commit

Permalink
updated to reflect testing date time stamps
Browse files Browse the repository at this point in the history
  • Loading branch information
bdgould committed Dec 11, 2024
1 parent 72e86a6 commit caa9359
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public class EventMergeRequest {
private Long mergeUserId;

@JsonProperty("deleted_at")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ssXXX")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss z")
private Date deletedAt;

@JsonProperty("in_progress_merge_commit_sha")
Expand All @@ -144,7 +144,7 @@ public class EventMergeRequest {
private Integer lockVersion;

@JsonProperty("last_edited_at")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ssXXX")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss z")
private Date lastEditedAt;

@JsonProperty("last_edited_by_id")
Expand Down

0 comments on commit caa9359

Please sign in to comment.