Hope everyone is having a great day!
So right now in my models I have a DateTimeField which adds the date and the specific time.
The problem though is that it is returning the wrong date and field. Probably from some other timezone. I am not sure how to make sure it outputs the CORRECT date AND TIME based on your timezone. Not sure how to get that working. Thanks!
date = models.DateTimeField(auto_now_add = True)