date_to_timestamp
Convert any date string to a Unix timestamp. Accepts ISO 8601 and common formats like '2024-01-15T10:30:00Z'.
Instructions
Convert a date string to a Unix timestamp. Accepts ISO 8601 and common date formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date string (e.g., '2024-01-15T10:30:00Z', '2024-01-15', 'January 15, 2024') |