years.2da

This file defines starting year and day in game time and format of date.

In BG2EE we have:
2DA V1.0
0
                        VALUE
STARTTIME               878400
STARTYEAR               1369
NORMALDAYMONTHFORMAT    15981
SPECIALDAYMONTHFORMAT   16001

Where:
First number determines day in given year when game is started (as defined in GTIMES.IDS). In our case it is 122 day of this year ( 878400/7200 = 122 ).
Second number is just the starting year and next two numbers are strrefs to dialog.tlk filled by tokens that show date (15981 is for example "<DAY> <MONTHNAME>" ).