Documentation
Date to time
The module "Date to Time" offers the possibility to split a Unix timestamp into the individual time components.
data points input
Name | Description |
---|---|
Timestamp | Unix timestamp to be converted. |
data points output
Name | Description |
---|---|
Year | The year from the Unix timestamp. |
Month | The month from the Unix timestamp. |
Day | The day from the Unix timestamp. |
Hour | The hours from the Unix timestamp. |
Minute | The minutes from the Unix timestamp. |
Second | The seconds from the Unix timestamp. |