ac-i2i-engineering / access-amherst

An web app to connect Amherst College students to events in a more convenient, intimate, and diverse way! https://amherst-connect.com/
https://ac-i2i-engineering.github.io/access-amherst/
MIT License
1 stars 1 forks source link

Improve datetime handling to ensure naive datetimes and update templates, imports, and docstrings #58

Closed liamjdavis closed 1 week ago

liamjdavis commented 1 week ago

This pull request focuses on improving the handling of datetime objects by ensuring they are naive (i.e., not timezone-aware) across various functions and modules. Additionally, it includes some minor changes to the HTML templates and imports.

Key Changes:

Datetime Handling Improvements:

Documentation Removal:

HTML Template Update:

Import Cleanup:

These changes collectively ensure better datetime handling and improve code maintainability by removing unnecessary documentation and imports.