Renato Ceolin

Results 2 issues of Renato Ceolin

Steps to reproduce: ```elixir DateTime.add(DateTime.utc_now(), 1_000, :nanosecond, Tz.TimeZoneDatabase) ``` (added a test that reproduces it)

Running the below raises an exception right now: ```elixir iex(2)> DateTime.add(DateTime.utc_now(), 1_000, :nanosecond, Tz.TimeZoneDatabase) ** (FunctionClauseError) no function clause matching in Tz.TimeZoneDatabase.iso_days_to_gregorian_seconds/1 The following arguments were given to Tz.TimeZoneDatabase.iso_days_to_gregorian_seconds/1: #...