DST Problem on client side

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deepcw
    New Member
    • Aug 2007
    • 7

    #1

    DST Problem on client side

    Hi,
    We have web application running on websphere server located in US. One of the user(in London) gets one hour less time than the actual time should be. Timezone for that users region is GMT+0 that is GMT only. But because of DST it should be GMT+ 1(hour). Still that user is getting GMT, but other users of that region get valid time.
    For example, If time in GMT is 11:00, then that specific user gets 11:00, while other users of same region gets 12:00 which is right time.
    We checked Timezone of that user and it is set correctly.
    What is the cause and solution for this?

    Thanks in advance.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by deepcw
    Hi,
    We have web application running on websphere server located in US. One of the user(in London) gets one hour less time than the actual time should be. Timezone for that users region is GMT+0 that is GMT only. But because of DST it should be GMT+ 1(hour). Still that user is getting GMT, but other users of that region get valid time.
    For example, If time in GMT is 11:00, then that specific user gets 11:00, while other users of same region gets 12:00 which is right time.
    We checked Timezone of that user and it is set correctly.
    What is the cause and solution for this?

    Thanks in advance.
    Please don't post your questions in the Java Articles section; post your questions
    in the Java Forums section instead. I'll move your question for you.

    kind regards,

    Jos

    Comment

    • deepcw
      New Member
      • Aug 2007
      • 7

      #3
      There is no answer for this or what?
      Can anybody please suggest me on this problem.

      Thanks

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by deepcw
        There is no answer for this or what?
        Can anybody please suggest me on this problem.

        Thanks
        That other user in the GMT+DST zone gets the correct time; compare the 'problem'
        user's timezone settings with that other user's timezone settings.

        kind regards,

        Jos

        Comment

        Working...