You are correct. but is there any field to store timezone,in current implementation? For eg: the task created time,activation time etc. in implementation saved without timezone(means database local timezone).
When the assigned user (with a different timezone) see the task form, this should be showed in his timezone(converted). So we need the timezone(at the time , data is persisted) to convert it from(We can't take this timezone as database timezone,b'coz it can be changed). So as u said we need a timezone field(or other configuration).
Is this provided now?
or what can i do to solve it.Please suggest...