Nodes:DateTime

Nodes about date and time.

(Unix) Timestamp in milliseconds to UTC datetime string
https://nodes-datetime.azurewebsites.net/api/TimestampInMilliecondsToUtc

2 parameters.

Param Key: data. Required. Value type: long. e.g. 57095058017, 410029022419.

Param Key: format. The format of the result string. Optional. Value type: text. Default: yyyy-MM-dd hh:mm:ss

2018.8.26
(Unix) Timestamp in seconds to UTC datetime string
https://nodes-datetime.azurewebsites.net/api/TimestampInSecondsToUtc

2 parameters.

Param Key: data. Required. Value type: long. e.g. 57095058017, 410029022419.

Param Key: format. The format of the result string. Optional. Value type: text. Default: yyyy-MM-dd hh:mm:ss

2018.8.26
DateTime (UTC) string to (Unix) Timestamp in milliseconds
https://nodes-datetime.azurewebsites.net/api/UtcToTimestampInSeconds

1 parameters.

Param Key: data. Required. Value type: DateTime (UTC) string. e.g. 2018-8-8 08:16:32, 2009/03/01T10:00:00-5:00

2018.8.26
DateTime (UTC) string to (Unix) Timestamp in seconds
https://nodes-datetime.azurewebsites.net/api/UtcToTimestampInSeconds

1 parameters.

Param Key: data. Required. Value type: DateTime (UTC) string. e.g. 2018-8-8 08:16:32, 2009/03/01T10:00:00-5:00

2018.8.26