{% extends "base.html" %} {% block title %}Biblical Timeline - Major Bible Events - KJV Study{% endblock %} {% block description %}Explore the chronological timeline of major biblical events from Creation to the early Church.{% endblock %} {% block head %} {% endblock %} {% block content %}
Major events from Creation to the early Church
{% if pdf_available %} {% endif %}{{ introduction | link_verses | safe }}
This timeline presents key events of biblical history with calculated dates and relevant scripture references.
{% if chronology_note %}{{ chronology_note | link_verses | safe }}
{% endif %} {% if chronology_comparison %}Biblical chronology has been calculated in different ways by faithful scholars. This table compares three major chronological systems, all based on the Masoretic text but differing in their interpretation of genealogical relationships in Genesis 5 and 11.
| Event | This Timeline (Traditional) |
Ussher (1650) |
Scofield (1909) |
Note |
|---|---|---|---|---|
| {{ row.event }} | {{ row.masoretic }} | {{ row.ussher }} | {{ row.scofield }} | {% if row.event == "Creation/Adam" %} Difference reflects genealogical interpretation {% elif row.event == "The Flood" %} Gap vs. successive reckoning of Genesis 5 {% elif row.event == "Call of Abraham" %} Gap vs. successive reckoning of Genesis 11 {% elif row.event == "The Exodus" %} All chronologies align closely from this point {% elif row.event == "Solomon's Temple" %} Minor variations in regnal year calculations {% elif row.event == "Fall of Jerusalem" %} Confirmed by Babylonian records {% elif row.event == "Birth of Christ" %} Based on reign of Herod the Great {% endif %} |
Key Difference: This timeline follows traditional conservative chronology with successive reckoning of Genesis genealogies, similar to Ussher and Scofield. Some interpreters allow for potential genealogical gaps, yielding earlier dates for Creation and the Flood. All conservative chronologies agree on dates from the Assyrian period onward (8th century BC), confirmed by extrabiblical sources.
{% if event.sidenote %} {{ event.sidenote | link_verses | safe }}{% endif %}{{ event.description | link_verses | safe }}
{% if event.verses %}{{ conclusion | link_verses | safe }}