Subj : src/sbbs3/sbbsdefs.h xtrn_sec.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Sun Apr 24 2022 07:21 pm https://gitlab.synchro.net/main/sbbs/-/commit/5f87852d3c4aa89bd0d1345d Modified Files: src/sbbs3/sbbsdefs.h xtrn_sec.cpp Log Message: Dates in drop files are always MM/DD/YY, never DD/MM/YY Previously, if a sysop had set SCFG->System->Toggles->European Date Format (DD/MM/YY) to "Yes", then many of the dates in drop files would have been written in this format. Unfortunately, since most BBS doors and door development kits were written by Americans, MM/DD/YY format is always assumed. So fixed that (using new TM_MONTH macro too). Also, line 37 ("Event Time") of DOOR.SYS was always 00:00, now it'll be the next event time (in HH:MM format). Unfortunately, that time might be tomorrow or days away and there's no way to represent *that* fact in the DOOR.SYS file format. .