Hi,
I'm developing an app for which I want to query the createdate and updatedate fields. I want them to be stored in local timezone GMT +05:30. As I'm using the date time in different parts of the app, I don't want the headache of converting the datetime to local timezone every time. Is there a simple way to do this, preferably at the database level?