hudsonm62/Date Time Action
Simple Action using Luxon to pull the time in a workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| format | Custom format for output (e.g., 'MMMM dd, yyyy'). Defaults to ISO 8601 if not provided. | — | — |
| date | Specific date to use instead of the Action runtime. | — | — |
| timezone | IANA Tz Identifier - Defaults to 'Etc/Utc'. | — | Etc/Utc |
| locale | Locale for formatting - <https://moment.github.io/luxon/#/intl?id=default-locale> | — | en-US |
Outputs
| name | description |
|---|---|
| iso8601 | Time in ISO 8601 format. |
| formatted | Time formatted using the specified format (defaults to ISO if no format is provided). |