TomatoesBurner / Agile-Web-Community-Forum

0 stars 0 forks source link

Bugfix: Fix the issue with the time display in the Inbox #55

Closed akikodesu closed 4 months ago

akikodesu commented 4 months ago

When I am managing test data, I found that the display of date and time of posts in inbox is wrong. So I checked the models.py and found we need to use datetime.now instead of datetime.utcnow. Now the display becomes normal.