IEEE-NITK / corpus

A Django-based web application for managing all things IEEE NITK!
https://ieee.nitk.ac.in
2 stars 7 forks source link

[BUG]: Timezone inaccuracies #158

Open anirudhprabhakaran3 opened 5 months ago

anirudhprabhakaran3 commented 5 months ago

Is there an existing issue for this?

What happened?

Throughout our project, we use timezone.now for various time related purposes. However, this always returns time in UTC ref, which is not ideal for us.

We need to migrate all instances of timezone.now to timezone.localtime, and note that all future uses use localtime.

Steps To Reproduce

No response

What browsers are you seeing the problem on?

Firefox, Chrome, Brave, Opera/Opera GX, Vivaldi, Safari, Microsoft Edge, Other

Anything else?

No response