Internationalization issue : convert date/time to GMT/UTC
ManjitFeb 25 2011 — edited Feb 28 2011We have our webservices running in websphere /oracle.There is this requirement to internationalize the application ...like
a) language .....
.
.
d)Internatiolization of time :
For this requirment I am planning to do the following.Service request with date will be converted to GMT before it is stored in database and the response back will be converted from GMT back to the time zone of the requester and have the application server/database server configured to UTC time.Is this a good strategy or is there a better one.
Thanks
m