The /dev/oban/crons dashboard page crashes with Elixir.MatchError when rendering cron job history sparklines. This happens because Oban Web's TableComponent.sparkline/1 calls DateTime.from_naive!/2 which expects a NaiveDateTime struct, but receives a raw ISO 8601 string from SQLite.