Convert GMT to Local time
884364Aug 20 2012 — edited Aug 20 2012Hi All,
I am having confusion in converting UTC to locatime. I have column that stores time in UTC but I want to get the local time when I will do query on it.
I am looking for something like when I do query "SELECT some_func(time_column) FROM myTable" will return me corresponding local time for each row. I don't know whether there is any built in function for this.
Is there any such function or any logic to get the desire result?
Any help is appreciated.
Thanks