get_current_datetime
Retrieve the current date and time in your preferred format (ISO, Unix, human-readable, or custom) and timezone. Ideal for ensuring accurate time-sensitive data in applications.
Instructions
Get the current date and time
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | Output format: 'iso' (ISO 8601), 'unix' (timestamp), 'human' (readable), or a custom format string | iso |
timezone | No | Timezone (e.g., 'UTC', 'America/New_York'). Defaults to system timezone | system |