I have a small problem here, I am passing a list with some events to JSP with Struts2, the list contains a row with events start time. I need to calculate this time by GMT, because of GMT value from cookies which was set by the user. The problem is the time row I am getting from database is in String format (why? too much to tell) something like 01:00, so, any ideas or advices how can I? maybe some sort of JS or jQ, or server-side solutions?
Thanks