I am using GWT/Hibernate. i have a form created using GWT. it has one date field where user can select a date and one drop down where all timezones are displayed. now user selects date and timezone from dropdown. on click of save button i need to save date and timezone information. Also if server is configured in GMT, if user has selected any other timezone then it should be saved as user selected timezone information. when i try to query the same then it should return me the date with user selected timezone. Please suggest me what is the best way to implement it? should i have date and timezone columns in db separately? in which format do i need to save timezone information? Please help me.
Thanks!