Convert millis to date

Hello all,

I will make a tutorial on this eventually, but here is an API to convert EPOCH/UNIX time to a timestamp which can help us all organize data more easily. It’s super easy to use and only really requires an HTML request

http://unixtime.co.za/

@Futuredev @CBVG @chris.bailey230698t

for example
https://showcase.linx.twenty57.net:8081/UnixTime/fromunix?timestamp=***1549874568***

returns : 2019-02-11 08:42:48

some simple parsing of the respone and ta-da!

4 Likes