Documentation
Time to Date
The module "Time to Date" offers the possibility to convert single time components into a Unix timestamp.

data points input
| Name | Description |
|---|---|
| Year | The year for the Unix timestamp (if no value is set, the current year is used). |
| Month | The month for the Unix timestamp (if no value is set, the current month is used). |
| Day | The day for the Unix timestamp (if no value is set, the current day is used). |
| Hour | The hours for the Unix timestamp (if no value is set, the current hour is used). |
| Minute | The minutes for the Unix timestamp (if no value is set, the current minute is used). |
| Seconds | The seconds for the Unix timestamp (if no value is set, the current second is used). |
data points output
| Name | Description |
|---|---|
| Timestamp | Unix timestamp formed from the individual time components. |