Summary
Syncs Mission Date to real Date
Description
Syncs Mission Date to real Date, with options to adjust UTC, so it'll show the date you want, or just set a custom static date.
Provides a JSON config after fist startup that can be accessed in the server, going to profile/DateSyncConfig.
{
"enableDateSync":true,
"timezoneOffsetHours":-5,
"forceCustomDate":false,
"year":2025,
"month":1,
"day":1
}
Always leave "enableDateSync" as "true", even if you're going to use a custom set time. If you set it to "false" it'll just use vanilla time.License
Arma Public License (APL)