1. #11
    Sencha User
    Join Date
    Apr 2009
    Location
    France
    Posts
    50
    Vote Rating
    0
    G.edwin is on a distinguished road

      0  

    Default


    Thanks a lot, i'll try that !

    Edit : It works, thanks Sven and Michel.

  2. #12
    Sencha User
    Join Date
    May 2011
    Posts
    1
    Vote Rating
    0
    Ramesh Ganesan is on a distinguished road

      0  

    Default


    This demo project explains how to use timezone for the GWT application regardless browser timezone

    http://code.google.com/p/gwt-gxt-timezone/

  3. #13
    Ext GWT Premium Member
    Join Date
    Mar 2011
    Posts
    2
    Vote Rating
    0
    dfreis is on a distinguished road

      0  

    Default


    Thanks G.edwin,
    I got it working this way, the problem I still had was in web mode in combination with tomcat. Since it is not easy to control the Classloader in tomcat the gwt-servlet.jar was always loaded prior to my jar named owhatever.jar. I figured out that tomcats classloader order is alway alphabetic so that g*.jar is always loaded prior to o*.jar. So the com.google.gwt.user.client.rpc.core.java.util.Date_CustomFieldSerializer class was always token from gwt-servlet.jar. To Solve this one could either rename the jars to be loaded in the desired order which I did not like since this might be implementation dependent or to include the code from gwt-servlet.jar except of the Date_CustomFieldSerializer class within my owhatever.jar which I finally did!

Similar Threads

  1. Date columns change based on client GMT
    By Twain in forum Ext 2.x: Help & Discussion
    Replies: 5
    Last Post: 12 Nov 2011, 1:57 PM
  2. Date with incorrect timezone
    By Tim Siney in forum Ext 3.x: Help & Discussion
    Replies: 2
    Last Post: 18 Jan 2011, 7:56 AM
  3. client side Validation for Date
    By Alka_5m1980 in forum Community Discussion
    Replies: 0
    Last Post: 31 Mar 2009, 3:26 AM
  4. Change the client's timezone
    By keypoint in forum Ext 2.x: Help & Discussion
    Replies: 4
    Last Post: 21 Sep 2008, 1:18 AM

Tags for this Thread