Skip to content

Commit

Permalink
JPE - Correction de l'heure de la dernière marée (#3557)
Browse files Browse the repository at this point in the history
## Linked issues


----

- [ ] Tests E2E (Cypress)
  • Loading branch information
louptheron committed Aug 20, 2024
2 parents 6ad8dd4 + 56364d5 commit 60ae14d
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 60ae14d

Please sign in to comment.