Hi, is there a function with which timestamp can be obtained from epoch. example
select EXTRACT (EPOCH from CURRENT_TIMESTAMP(3)); +------------------------------------------+ | EXTRACT(EPOCH FROM CURRENT_TIMESTAMP(3)) | +------------------------------------------+ | 1587113983.052 | +------------------------------------------+ How to convert from epoch seconds to timestamp ? Best regards Dren -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
