Date changes after page creation dialogue

Hi,
i have some weird behaviour in the panel: after creating a page the date jumps one day forward and inside the page creation dialogue the time is always one hour in advance.

this is the blueprint:

title: Article

create:
  title: "{{ page.place }}, {{ page.date.toDate('d.M.Y H:m:s') }}"
  slug: "{{ page.place.slug }}-{{ page.date.toDate('Y-M-d-H-m-s') }}"
  fields:
    - place
    - date
    - time

tabs:
  content:
    fields:
      date:
        type: date
        display: DD.MM.YYYY
        default: now


      time:
        type: time
        display: HH:mm:ss
        default: now

(the timezone is set correctly as berlin in the php.ini, using v4.4.1 and php 8.3.16)

Is it the same if you remove the display options?

yep, still the same :frowning: