The Date Column in Grid (also in date form field) is using local browser time zone, but I prefer to use time zone selected in application user profile, rather than using browser timezone.
What can I do about it?
Can I forse ExtJS to use timezone without daylight saving time, so all the date/time combinations are valid like UTC? And which datetime format to use when comunicating with serverside?
I'm using PostgreSQL and also i'm not sure what database column type to use? Now I'm using timestamp with timezone, but not sure if its ok?