Hello, I currently have an a forced type conversion of Timestamp to joda DateTime. As a result, I am suffering from the following issues
- cannot use any DSL function relating to dates (ie extract, date) since DateTime does not extend java.util.Date - Similar to above, I have no way to grab a current timestamp as seen from my MYSQL. We have resorted to using *new DateTime() *-- which returns current system time, which isn't quite correct (this breaks if servers have a bad time ref, or different timezones. I want my developers to use DateTime in our backend server instead of Timestamps. Can anyone offer a recommendation on how to proceed? -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
