Get Unix Timestamp
get_timestampConvert a date-time string into a Unix timestamp in milliseconds. Specify a date in YYYY-MM-DD HH:mm:ss format or default to the current time.
Instructions
Converts a date-time string to a Unix timestamp in milliseconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | No | The time to convert (format: YYYY-MM-DD HH:mm:ss). Defaults to current time |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timestamp | Yes |