nicholasbergesen / boulderlog

Just go up
https://boulderlog.azurewebsites.net/
0 stars 1 forks source link

Make time consistent across client/server #9

Open nicholasbergesen opened 5 months ago

nicholasbergesen commented 5 months ago

DateTime values from the client and server will be different for users in a different time zone to the server.

The creation of a ClimbLog should use date time from the user's time zone and not the server.

Check other entities with a DateTime property to make sure the use of DateTime makes sense.