KZGlobalTeam / cs2kz-api

Backend infrastructure for CS2KZ
https://api.cs2kz.org
GNU General Public License v3.0
18 stars 3 forks source link

Get rid of `chrono` and only use `time` #98

Closed AlphaKeks closed 3 months ago

AlphaKeks commented 3 months ago

Using both is annoying, and all of our dependencies support time, but not everything supports chrono.

So let's just use time :)