Anmelden Menü
  • Startseite
  • Anmelden
  • Wer ist wo
  • Wo ist wer
  • Fediverse
  • Veranstaltungen
  • Neues
  • Kleinanzeigen
  • Flohmarkt
  • Schnacks
  • Hilfe
  • Über
  • Dienstag, 14. April 2026, 104. Tag, 16. Woche
    12,8°C, mäßig bewölkt, Wind mit 18,5 km/h aus West-Nord-West
    Rahlstedt.de

    · Föderation EN Di 27.05.2025 10:51:39

    @nick The version of Pachli Current that's rolling out now includes the fix for this.

    The actual problem was that -- earlier -- geschnacke.de was returning DateTime values without the timezone, e.g.

    ```
    2025-03-01T13:15:30
    ```

    (the missing sub-second part was a red herring)

    I just looked at the API responses from geschnacke.de again and it looks like you've also fixed this in the server.

    Föderation DE Mo 02.06.2025 07:20:31

    @pachli@mastodon.social

    Thanks for your feedback and fix...

    ... but... i'm a little bit confused.

    No code change on geschnacke.de recently... i keep it on an older version to allow you testing. And it always should put out the ISO 8601 format like this: 2004-02-12T15:19:21+00:00

    I'm not sure, how you could get a value without a timezone. Do you remember the time frame, when you saw this?

    And btw.: It worked with in the past until this specific version...

    And next btw.: As mentioned: Newer versions of will deliver a UTC time with Z notation via the more or less compatible client API.

    Föderation EN Mo 02.06.2025 14:54:28

    @nick

    > Do you remember the time frame, when you saw this?

    Approximately two weeks ago.

    > It worked with in the past until this specific version

    Yes. I'd made some changes to use a Java `Instant` instead of a Java `Date`, and parsing an `Instant` from a `String` was less lenient.

    github.com/pachli/pachli-andro is the specific PR that fixed it, github.com/pachli/pachli-andro is the format of date-as-string I was seeing from the server.

    Föderation DE Di 03.06.2025 07:17:47

    @pachli@mastodon.social

    Weird. Checked this, last official update on geschnacke.de was on 6th of May... after this i just did a quick patch, after i noticed an issue, around 16th of May... but this was related to the processing of personal inboxes.

    No change regarding the client API... and the date/time should never miss the time zone... but i can't rule out, that some configuration on the hosting provider part may have an impact on how this specific PHP function works.

    Did you see this date/time with missing time zone information just once or for some longer time?

    And btw.: I assume, you could now connect to your account on geschnacke.de, right?

    And it looks like (following your provided URLs), that you now test for some more variants of a date/time value?!

    1994-11-05T13:15:30.000Z
    1994-11-05T13:15:30Z
    1994-11-05T16:15:30+03:00
    1994-11-05T13:15:30

    That's nice...

    Föderation DE Mi 25.06.2025 15:28:37

    @pachli@mastodon.social

    Thanks again for the fix.

    Tested myself with 2.13.0 on geschnacke.de.

    Now i have updated geschnacke.de to the currently latest version of (from v885 to v907).