What is the best way to manage Time in a Java application?

Posted by DanielHonig on Stack Overflow See other posts from Stack Overflow or by DanielHonig
Published on 2008-09-23T22:24:12Z Indexed on 2010/05/22 3:50 UTC
Read the original article Hit count: 193

Filed under:
|

So I'm using hibernate and working with an application that manages time. What is the best way to deal with times in a 24 hour clock?

I do not need to worry about TimeZone issues at the beginning of this application but it would be best to ensure that this functionality is built in at the beginning.

I'm using hibernate as well, just as an fyi

© Stack Overflow or respective owner

Related posts about java

Related posts about hibernate