取指定 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: "…" })