Skip to content

Commit

Permalink
Improve compatibility with 1.2 or prior
Browse files Browse the repository at this point in the history
Signed-off-by: wreulicke <wreulicke@gmail.com>
  • Loading branch information
wreulicke authored and ceki committed Jul 11, 2023
1 parent 9fd7d96 commit be5afc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ default Marker getMarker() {
* @since 1.3
*/
default Instant getInstant() {
return null;
return Instant.ofEpochMilli(getTimeStamp());
}

/**
Expand Down

0 comments on commit be5afc2

Please sign in to comment.