something very strange is happening with Dates. When i try to to display the Date “Date rounded down to Day” + 24 Hours everything is normal. I get the Time of the next Day.
But when i do the exact thing in the Backend i get a completely different Time. Its. There is like a 6h Time Difference every time i schedule everything with “Date rounded down to a day”. When i just use current date + 1 Hour everything is fine again. Something is going on with the Date rounded down to a day operation and i dont know why.
But when i use current date and time i get the right Scheduled time but when i use rounded down to day i get a different time. This doesnt make sense to me. When everything is UTC then current date and time should be also UTC…