Function | EPOCHTOJSON | |
---|---|---|
Action |
| |
Parameters | (integer) Unix epoch time in numeric form. | |
Return values | (string) The time as an ISO-8601 string. | |
Examples |
| |
Notes | This function is useful as all date-times returned by the Tachyon Agent must be in ISO-8601 format to be parsed correctly by the Tachyon Server. See https://www.epochconverter.com/ For more examples, seeĀ Datetime handling. |