util_weekday
Determine the weekday of any date with timezone support. Specify a date and timezone to get the day of week, or use the current date for instant results.
Instructions
判断指定日期(或当前日期)是星期几,支持自定义时区
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timezone | No | 时区标识符(如 UTC, Asia/Shanghai) | UTC |
| date | No | ISO 日期字符串(YYYY-MM-DD),不传则使用当前日期 |