unix time stamp
Hello,
Grabing some info via API for various application, I need to decode UNIX time stamp.
Despite extensive search on the net, I could not find a way to program a decoding way in bOS so far. Any idea how to do this ?
Thanks in advance for any help,
Hi Fabien,
Maybe there's a better way to do this, but if it's not straightforward in bOS, my suggestion is:
- Get the UNIX timestamp with bOS
- Use Http on bOS to post the value to an online converter API, like http://www.convert-unix-time.com/api
- Extract the data from the converter API in the correct format
It's not a straightforward / neat solution, but...
Never used the converter above, you can check others.
Best regards,
Ricardo Pinto