MCPcopy Index your code
hub / github.com/Effect-TS/effect / TimeZoneFromSelf

Class TimeZoneFromSelf

packages/effect/src/Schema.ts:7029–7029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7027 * @since 3.10.0
7028 */
7029export 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.

Callers

nothing calls this directly

Calls 1

UnionFunction · 0.70

Tested by

no test coverage detected