Skip to content

Add parser for decoding UTC datatypes#53

Open
bartavelle wants to merge 1 commit intomasterfrom
utc-decoder
Open

Add parser for decoding UTC datatypes#53
bartavelle wants to merge 1 commit intomasterfrom
utc-decoder

Conversation

@bartavelle
Copy link
Copy Markdown
Collaborator

It requires the elm-community/json-extra package for now.

It requires the `elm-community/json-extra` package for now.
@domenkozar
Copy link
Copy Markdown
Contributor

domenkozar commented Jan 4, 2024

It would be great if:

Our current workaround is:

      "import Time exposing (Posix)",
      "import Iso8601",
      "jsonDecPosix : Json.Decode.Decoder Posix",
      "jsonDecPosix = Iso8601.decoder",
      "",
      "jsonEncPosix : Posix -> Value",
      "jsonEncPosix = Iso8601.encode",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants