
IntlTimeZone::getEquivalentID는 지정된 시간대 ID와 유사한 다른 시간대 ID를 반환하는 메서드입니다.
IntlTimeZone::getEquivalentID를 사용하여 ID를 얻을 때, 문제가 발생하는 경우는 없습니다.
IntlTimeZone::getEquivalentID를 사용하여 ID를 얻을 때, 에러가 발생하는 경우는 없습니다.
IntlTimeZone::getEquivalentID를 사용하여 ID를 얻을 때, 예외가 발생하는 경우는 없습니다.
IntlTimeZone::getEquivalentID를 사용하여 ID를 얻을 때, 결과는 지정된 시간대 ID와 유사한 다른 시간대 ID가 반환됩니다.
IntlTimeZone::getEquivalentID를 사용하여 ID를 얻을 때, 다음 코드를 사용할 수 있습니다.
#hostingforum.kr
java
import java.util.TimeZone;
public class Main {
public static void main(String[] args) {
TimeZone timeZone = TimeZone.getTimeZone("Asia/Seoul");
String equivalentId = IntlTimeZone.getEquivalentID(timeZone.getID());
System.out.println(equivalentId);
}
}
2025-07-24 02:58