Skip to content
Snippets Groups Projects
Select Git revision
  • xaoseric-master-patch-85782
  • dailybuild_win32
  • master default protected
  • dailybuild_linux-x64
  • web-mods
  • ircd2
  • new_file_base
  • sbbs318b
  • goodbuild_linux-x64_Sep-01-2020
  • goodbuild_win32_Sep-01-2020
  • goodbuild_linux-x64_Aug-31-2020
  • goodbuild_win32_Aug-31-2020
  • goodbuild_win32_Aug-30-2020
  • goodbuild_linux-x64_Aug-30-2020
  • goodbuild_linux-x64_Aug-29-2020
  • goodbuild_win32_Aug-29-2020
  • goodbuild_linux-x64_Aug-28-2020
  • goodbuild_win32_Aug-28-2020
  • goodbuild_linux-x64_Aug-27-2020
  • goodbuild_win32_Aug-27-2020
  • goodbuild_win32_Aug-26-2020
  • goodbuild_win32_Aug-25-2020
  • goodbuild_win32_Aug-24-2020
  • goodbuild_win32_Aug-23-2020
  • goodbuild_win32_Aug-22-2020
  • test
  • goodbuild_linux-x64_Aug-22-2020
27 results

update.js

Forked from Main / Synchronet
Source project has a limited visibility.
  • Rob Swindell's avatar
    a8167fb7
    Update user birthdate formats in user base · a8167fb7
    Rob Swindell authored
    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.
    a8167fb7
    History
    Update user birthdate formats in user base
    Rob Swindell authored
    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.