effect-io-ai

Package: effect
Module: DateTime

DateTime.makeZonedFromString

Create a DateTime.Zoned from a string.

It uses the format: YYYY-MM-DDTHH:mm:ss.sss+HH:MM[Time/Zone].

Signature

declare const makeZonedFromString: (input: string) => Option.Option<Zoned>

Source

Since v3.6.0