Cldr.Config.calendars

You're seeing just the function calendars, go back to Cldr.Config module for more information.

Returns the data that defines start and end of calendar epochs.

Example

iex> Cldr.Config.calendars |> Map.get(:gregorian)
%{calendar_system: "solar", eras: %{0 => %{end: 0}, 1 => %{start: 1}}}