I have set the purge hour to 15:00 but it is using the default 18:00
Config :
"Purge Start Hour": 15,
"Purge Start Minute": 0,
"Purge End Hour": 15,
"Purge End Minute": 0,
"Server Wipe Hour": 15,
"Server Wipe Minute": 0,
"Use 24-Hour Time Format For Chat": true,
"Date Format for Chat": "MM/dd/yyyy",
"Auto Display Interval (minutes)": 60,
"Display Purge Start Date in Chat": true,
"Display Purge End Date in Chat": true,
"Display Server Wipe Date in Chat": true,
I have also seen that the purge start is starting it on week 2 (this week) of this month instead of week 3 (next week) as configured below.
"Weeks of the month, when the purge will run": [
1,
3
],
"Days of the week, when the purge will run": [
"Wednesday"
],
"Days of the week for purge to end": [
"Thursday"
],
"Weeks of the month for purge to end": [
1,
3
],
"Days of the week for server wipe": [
"Thursday"
],
"Weeks of the month for server wipe": [
1,
3
]
In conclusion the purge start time is set to EST and will start a purge at 18:00 EST today which is Wednesday but a week early and 3 hours off according to the configuration.
In addition according to the output of the purge script it is telling everyone wipe is on Jan 15th (correct) for the bi-weekly wipe but at 12:00 EST not 15:00 as configured.
Thank you for your help.