• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Anyone knows about implementation details/Known issues with java.util.SimpleTimeZone

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There was a problem encountered in our product with chat session and cookies in a web collaboration session between a caller and an agent. <p>

The chat session did not inititate and it failed to open, later we found out that the problem was with the JDK 1.2 which the product was using. <p>

By seeing the logs we found problems with java.util.SimpleTimeZone JDK 1.2 uses. The application is unable to identify the date Feb 29 leap year, when we changed the system date to Mar 01 it started working. So we just wanted to know by moving the JDK 1.3 or higher this problem could be solved. <p>
Basically I want to know if there is a known issue with SimpleTimeZone class. Moreover is the behavior/implementation changed in SimpleTimeZone the JDK 1.2 uses against the one from JDK 1.3 or higher. <p>
Any help greatly appreciated. <p>
Thank you,
Sam Sol
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic