current_timestamp
Retrieve the current timestamp in the China time zone (GMT+8), formatted as datetime, date, time, Unix timestamp, or readable text for accurate time-based financial data processing.
Instructions
获取当前东八区(中国时区)的时间戳,包括年月日时分秒信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | 时间格式,可选值:datetime(完整日期时间,默认)、date(仅日期)、time(仅时间)、timestamp(Unix时间戳)、readable(可读格式) |