I am currently using Zend framework 3 with zend log module. I noticed the Timestamp column of zend log table is not unix timestamp.
I have tried to search solution but all I could see the way to change format. It there a way to change it and store to unix timestamp?
You can set your prefered time using
setDateTimeFormat()to Formatter, as in below-