java.util.date - Java date older than 1923 -


so have strange problem, have java swing application has date 10/11/1922 00:00:00 mst when sends date backend glassfish server via rmi date becomes 10/10/1922 23:00:00 mst. somehow losing hour, bug? can't find on google references problem. if date in 1923 works fine don't lose hour. client running 1.6.0 patch 30 , server running 1.6.0 patch 17.

i think i've seen question before--essentially there shift in definition of timezones @ point in history, or that, hour never existed. think, in fact, jon skeet 1 locate error (in previous question). can't find right now, have go lunch, think it's out there :d


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -