convert_time
Convert a time between two IANA timezones. Specify the original time and timezones to get the equivalent time in the target zone.
Instructions
한 시간대의 시각을 다른 시간대로 변환한다.
Args:
time: 변환할 시각. YYYY-MM-DD HH:MM 또는 ISO 8601
from_timezone: 원본 IANA 시간대
to_timezone: 대상 IANA 시간대
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | ||
| to_timezone | Yes | ||
| from_timezone | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||