Skip to content

Commit

Permalink
Fix last trip date
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Aug 20, 2024
1 parent 6ad8dd4 commit 56364d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class GetVesselVoyage(
* This 4-hour buffer prevents incorrect message datetime to be filtered.
* Sometimes, vessel inboard computers might have offset datetime.
*/
ZonedDateTime.now().withHour(4),
ZonedDateTime.now().plusHours(4),
)
VoyageRequest.PREVIOUS -> {
require(tripNumber != null) {
Expand Down

0 comments on commit 56364d5

Please sign in to comment.