What is the best way to manage Time in a Java application?
- by DanielHonig
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