I have a problem with difference in Server time and client time.
I am in India, i am storing datetime/timestamp from India (suppose at 14:00) but it is being persisted in database with +5.30 hrs (i.e, if local time is 14:00 it is persisted as 19:30). And while displaying i am getting latter value(i.e: 19:30). This is probably because of the change in server time, server is located in some other country.
I have many filtering functions which uses this time, hence all my functions which uses datetime are gettting affected. How to deal with this situation? Plz give me suggestions.