Mysql – Should I convert timestamps in the database or service layer in a spring boot application?
I have a question about data performance time value is stored as long in my spring boot application. When I retrieve multiple data, I convert the time using Date_Format FROM_UNIXTIME like below @Query("SELECT new today.feeling.dto.response.emotion.EmotionMonthlyReportQuery(" + "s.id, " + "s.studentId,…