I've noticed that TimeField creates a column of type 'time without
time zone' in postgres. Is there some sort of support or option that
will allow the user to specify that he/she wants to create column type
'time WITH time zone'? Similar to how DateTimeField creates a column
type 'timestamp with time zone'.
I did not come across anything about this in the Django documentation.
Thanks,
Moses