From 3fa46ae829ad772c788a3f15d75331bbf180eaa8 Mon Sep 17 00:00:00 2001 From: dvogt23 Date: Wed, 24 Apr 2024 06:00:01 +0200 Subject: [PATCH] Notes/tech/coding/projects.md --- Notes/tech/coding/projects.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Notes/tech/coding/projects.md b/Notes/tech/coding/projects.md index 7ba74478..bbaa706e 100644 --- a/Notes/tech/coding/projects.md +++ b/Notes/tech/coding/projects.md @@ -1,6 +1,5 @@ # Coding projects In general there are some basic topics, you have to check before start a bigger project/application. These decisions are fundamental for the smooth development of a applicaltion. - ## Timestamp/Date persistance How to deal with timestamps i.e. getting from user inputs? Do we wanna be timezone compatible with clients/users in different timezones? How to get timezone from user in my backend requests? - persist timestamp and dates always in UTC in your database