| 7027 | * @since 3.10.0 |
| 7028 | */ |
| 7029 | export class TimeZoneFromSelf extends Union(TimeZoneOffsetFromSelf, TimeZoneNamedFromSelf) {} |
| 7030 | |
| 7031 | /** |
| 7032 | * Defines a schema that attempts to convert a `string` to a `TimeZone` using the `DateTime.zoneFromString` constructor. |