time
Get the current hour and minute for a chosen city. If no city is chosen, see all available cities.
Instructions
특정 도시의 현재 시간을 반환합니다. 도시를 지정하지 않으면 전체 도시 목록을 반환합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | 조회할 도시 (seoul, new_york, chicago, denver, los_angeles, all) | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | 현재 시간 |