python - TIME_ZONE entry -


i'm going through django tutorial, when ask me enter time_zone don't know how right. have entered

time_zone = 'america/new_york' 

what correct terminology timezone?

when timezone aware, django uses pytz validate timezone.

this means every entry in this list can used. america/new_york in list, should valid use.


Comments