--
You received this message because you are subscribed to the Google Groups "mybatis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mybatis-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/mybatis-user/859cee1b-2690-4ee2-8460-a862d3e97a9bn%40googlegroups.com.
On Dec 29, 2024, at 10:48 PM, zongle luo <zongl...@gmail.com> wrote:
Oh, I see. Maybe others save it like this (yyyyMMddHHmmss). Thank you. I will do it in our own project.
To view this discussion visit https://groups.google.com/d/msgid/mybatis-user/ff2934e6-13d1-43fc-a789-3778b6071930n%40googlegroups.com.
Got it, thank you. We also store milliseconds, but each time we manually convert from unix_timestamp to java.lang.Date. I am also working on customizing some TypeHandlers for our system.