🕐 当前时间戳
current_timestampRetrieve the current date and time in China Standard Time (UTC+8). Supports multiple output formats including datetime, date, time, Unix timestamp, and human-readable strings.
Instructions
获取当前东八区(中国时区)的时间戳,包括年月日时分秒信息
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | 时间格式:datetime(完整日期时间)、date(仅日期)、time(仅时间)、timestamp(Unix时间戳)、readable(可读格式) | datetime |