https://gitlab.synchro.net/sbbs/sbbs/-/commit/a8167fb76addbb058b73e904
Modified Files:
exec/update.js
Log Message:
Update user birthdate formats in user base
i.e. from MM/DD/YY or DD/MM/YY to YYYYMMDD.
The C/C++ source still supports all 3 formats, so it's not terrible if the birthdates aren't converted, but thing will be better if we do this ahead
of time and find all the remaining issues with the new format rather than
wait for new users (with the new format) to trickle in.