Tell me please how does date and time works in Zammad.
A new ticket creats in system at 11:06 oclock (it’s correct and the same time as real time in region).
screenshot:
current time in DB is the same as “real time” too:
screenshot
I’m new to Zammad, but that looks like the database is storing times in UTC and displaying them in local time (+3 according to your second screenshot).
It always trips me up with other applications where I’m querying the database directly