0
I need to convert a received time into a json in the format 750382 for 00:12:41 in Delphi has the function Unixtodatetime() but it only works if I receive the full date and time, but in this case I only get the time, the full date and time are 10 digits, I have tried to supplement the other 4 digits with the current date but also does not work, I am using the site https://www.freeformatter.com/epoch-timestamp-to-date-converter.html to verify does anyone know how to do in this case? this value is a duration time in minutes...
Thank you!
This ain’t like UNIX Time
– Junior Moreira