datetime_to_timestamp
Convert ISO 8601 datetime strings to Unix timestamps for reliable time calculations.
Instructions
Convert a human-readable datetime string to a Unix timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datetime_str | Yes | The datetime string in ISO 8601 format. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |