codewith-luke / disclone

A very sexy discord clone that makes use of GO/GRPC/Tauri and a whole lot of other things
27 stars 2 forks source link

db/init_ds_auth: change TIMESTAMP to TIMESTAMPTZ #15

Closed LiilBoo closed 1 year ago

LiilBoo commented 1 year ago

Hi,

There's no cost to changing TIMESTAMP to TIMESTAMPTZ ; both takes 8 bytes according to PostgreSQL documentation (https://www.postgresql.org/docs/current/datatype-datetime.html )

It should even benefit to the client