I am working on a project that is used in different timezones. I need to do some calculations on a localized DateTime attribute and store the result into a non localized one.
When I am doing my calculations, I can see (in the debugger) that the session time offset of every object is different. My question is now:
Is the session time stored at the object?
Or is it stored at the attribute?
Does it represent the timezone of the user who created this object (attribute)? Is it his timezone based on his timezone settings, or based on his local system settings?
Will it change when another user commits this object?
Thanks for your help.