get_current_datetime
Get current date and time in ISO 8601, human-readable, and ADR-specific formats for timestamping architecture decision records and documents.
Instructions
Get the current date and time in various formats. Useful for timestamping ADRs, research documents, and other architectural artifacts. Returns ISO 8601, human-readable, and ADR-specific date formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timezone | No | Timezone for the datetime (e.g., "UTC", "America/New_York", "Europe/London"). Defaults to UTC. | UTC |
| format | No | Output format: "iso" for ISO 8601, "human" for human-readable, "adr" for ADR date format (YYYY-MM-DD), "all" for all formats | all |
| includeTimestamp | No | Include Unix timestamp in milliseconds |