Hi people,
I have a function which will receive 2 parameters:the date field in GMT time and the user's time zone.
I have to return a datetime field in the user's time.
the thing is the server records the GMT time and that is put into the database.
but when reports are to be generated for a user who doesn't belong to the GMT time zone, for eg say INDIA, then i want the time to be shown as of India's time zone rather than GMT time zone.
Anxiously awaiting replies.
Regards,
Deepesh
I have a function which will receive 2 parameters:the date field in GMT time and the user's time zone.
I have to return a datetime field in the user's time.
the thing is the server records the GMT time and that is put into the database.
but when reports are to be generated for a user who doesn't belong to the GMT time zone, for eg say INDIA, then i want the time to be shown as of India's time zone rather than GMT time zone.
Anxiously awaiting replies.
Regards,
Deepesh
Comment