franklindyer / agora-app

Simple and (hopefully) secure social media application. Also a project for spring 2024 CS 444 cybersecurity class at UNM.
4 stars 1 forks source link

Improve timestamp formatting #128

Closed altheaden closed 2 months ago

altheaden commented 3 months ago

Timestamps within the page (such as on posts and comments) will now be in a more human-readable format, and also reflect the user's local time zone.

Later, I would like to add support for a user to choose their time zone manually, in which case I would update this function to use that value instead. For the time being, the time zone is the one implicitly received from the local date time functions.

closes #75