Does Begin-of Day and End-of Day use Session time?

0
Hello, I'm unsure if Begin-of Day / End-of Day functionality in Mendix uses Universal Time Coordinated (UTC) or session time. Based on my testing in Mendix version 9.24.23, it appears to utilize session time without an option to switch to UTC. Can anyone provide clarification on this matter?   I have added a screenshot for clarification.    Best regards, Roy
asked
1 answers
2

The docs for this function is not explicitly clear on it. But the answer of the example shows that it does indeed strip the given date down to the beginning of the day at the session time:

"Mon Jan 01 00:00 CET 2007"

So the UTC-part of the value of the stored date will be one hour earlier. 

Can you share with us the functions you use in the 2nd and 3rd activity?

answered