(TZID tzid)
| 574 | * @throws IllegalArgumentException if given timezone cannot be loaded |
| 575 | */ |
| 576 | public static Timezone of(TZID tzid) { |
| 577 | |
| 578 | return Timezone.getTZ(tzid, true); |
| 579 | |
| 580 | } |
| 581 | |
| 582 | /** |
| 583 | * <p>Gets the timezone for given identifier. </p> |