Python Package for timezoneutils including but not limit to converting timezone, calculate timezone difference, timezone offset, get timezone info (including which country use this timezone), check is the timezone DST, check the DST start and end date for a particular year or current year by default. Middleware to get timezone and related info like country using public ip address from request
Change logs:
v 0.0.1 - initial release (alpha version)
v 0.1.0 - fixed bug for timezone_middleware where ip_address is None (local development). (alpha version)