Discussions

Ask a Question
Back to All

AbsencePeriod End Date not correct.

Hi, I created an absence period on Personio and when fetched it gives me the response with relevant data.

The issue is with this part, "ends_at":

 {
            "absence_type": {
                "id": "595527ed-4ca8-45d1-a7c7-e946cd435f97"
            },
            "approval": {
                "status": "APPROVED"
            },
            "comment": "Test",
            "created_at": "2025-03-17T08:39:02.285376Z",
            "ends_at": {
                "date_time": "2026-07-11T00:00:00",
                "type": "SECOND_HALF"
            },
            "id": "fc84c604-e9d9-43cc-8cbd-b2eabcaea497",
            "person": {
                "id": "23851395"
            },
            "starts_from": {
                "date_time": "2026-07-06T00:00:00",
                "type": "SECOND_HALF"
            },
            "timezone_id": "Europe/Berlin",
            "updated_at": "2025-03-20T14:58:13.163223Z"
        }

In my calendar the absence period actually ends the day before, 2026-07-10.

This happens to all my entries. Is that an error or are there any weird timezone shenanigans going on?