It's not a secret anymore!
The moose likes Java in General and the fly likes Joda DateTime Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Joda DateTime" Watch "Joda DateTime" New topic
Author

Joda DateTime

Niall Loughnane
Ranch Hand

Joined: Dec 07, 2006
Posts: 200
Hi,

I have an app that is creating a DateTime from a database record

the record in the database is equal to 00:00:00:00 for the time
but when the DateTime is created the 00:00:00:00 is changed to 23:00:00:00 for the previous day

Any ideas of how to fix this?

Thanks,

Niall
Steven Bell
Ranch Hand

Joined: Dec 29, 2004
Posts: 1071
My first thought would be timezone or daylight savings problem.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Joda DateTime
 
Similar Threads
Formatting Dates returned from SQL queries
SimpleDateFormat and Timezones
B&S: Data File Format
problem while insert date data in mysql
how to handle Null values?