kossnocorp / opensource

Repo for tracking issues that doesn't belong to any particular repo
https://github.com/users/kossnocorp/projects/3
0 stars 0 forks source link

How to approach dates across services #10

Open kossnocorp opened 3 months ago

kossnocorp commented 3 months ago

There's a lot of confusion about approaching dates across services. The problem is that clients and the server are often in different timezones. On top of that, many tools display time in UTC, further confusing developers.

Research and outline optimal solution to the problem.