ajayg2808/Datetime Action
Outputs the current datetime in the given format and timezone.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| format | Datetime format (e.g., %Y-%m-%d %H:%M:%S) | yes | %Y-%m-%d %H:%M:%S.%f %Z%z |
| timezone | Timezone (e.g., UTC, US/Pacific, Asia/Kolkata) | no | "" |
Outputs
| name | description |
|---|---|
| datetime | Formatted datetime string. |