Get Current DateTime
This action is used to get the current date and time (at the time of execution of this action) with timezone information.
Inputs
Name | Type | Description |
---|---|---|
Time Zone | String | Ranges between GMT-12 to GMT+12 as well as UTC and Greenwich |
Outputs
Name | Type | Description |
---|---|---|
Timestamp | String | UNIX Timestamp of the format 1601036847 |
Date | String | ISO Format Date with timezone |
Minute | String | Minute of the hour |
Hour | String | Hour of the day in 0-24 format |
Day | String | Day of the month |
Month | String | Month of the year as a number |
Year | String | Year in "2021" format |
Day of The Week | String | Name of the day of the week |
Updated 12 months ago