When support for time zones is enabled, Django stores datetime information in UTC in the database, uses time-zone-aware datetime objects internally, and translates them to the end user’s time zone in templates and forms.
Since you’re not using that value in a template or a form, I see no reason why it shouldn’t be stored internally as UTC.