取指定 IANA 時區之當下時間(預設 Asia/Taipei)。
파라미터
| 이름 | 타입 | 설명 |
|---|---|---|
| timezone | string | — |
원본 JSON schema
{
"properties": {
"timezone": {
"default": "Asia/Taipei",
"title": "Timezone",
"type": "string"
}
},
"title": "current_time_inArguments",
"type": "object"
}호출 방법
스타터 — 파라미터는 위 표 참조
tw_current_time_in({ timezone: "…" })