The subject just about says it all, but here's some background: I'm about to go live with some software that's been complaining I'm using unaware log timestamps. Everything is happening in California, so all users will be in USA Pacific Time. I've tried reading the documentation but keep getting frustrated by references to other documentation that seems to be an endless self-referential graph of theoretical treatises on stuff I probably but not certainly don't need to know.
I just want the minimum I need to be using aware timestamps where I now write
record = Log(timestamp=datetime.now(), ....
I probably now have the wrong thing is TIME_ZONE in settings, but I don't know what it should be.