spacebarchat / server

Spacebar server - A reimplementation of the Discord.com backend, built with Typescript and love
https://spacebar.chat
GNU Affero General Public License v3.0
1.42k stars 243 forks source link

/auth/register date_of_birth format is unknown? #1020

Open MaddyUnderStars opened 1 year ago

MaddyUnderStars commented 1 year ago

https://github.com/spacebarchat/server/blob/master/src/api/routes/auth/register.ts#L206-L206

we just new Date(...) it which may mean the string relies on the locale of the host system which is not exactly optimal

ajaxbo360 commented 1 year ago

Hi @MaddyUnderStars, I'd like to take on this if it's possible. Thank you.

MaddyUnderStars commented 1 year ago

@ajaxbo360 Yep, go ahead. Thank you.

TheArcaneBrony commented 4 months ago

@ajaxbo360 Any updates on this?