dayday0calories / CITS5505-Group-Project

CITS5505 Group Project
MIT License
0 stars 0 forks source link

Bug: time display #16

Open lingering126 opened 1 month ago

lingering126 commented 1 month ago

I found a bug here:

Screenshot 2024-05-14 233840

The post created time and reply time are not local time, which might be confusing to users. Maybe you need to modify it, making it display local time.

dayday0calories commented 1 month ago

Thanks for acknowledging this issue. Currently, all times are created in UTC, which isn't unusual as many applications operate this way. Changing everything to local time might cause problems for users in different time zones. I believe a new feature that adjusts times based on the user's timezone could be the best solution.