Django Timezone Conversions
Django does a great job at converting datetime objects to whatever the servers timezone is when your settings are set to do so. For our big project we needed times to be local to the user. Django documentation says to allow the user to select their...
eric.sau.pe2 min read