Arul's Blog

timezone

Getting user timezone from IP in Django

Wed 04 November 2015 By Arulmurugan Rajaraman comments

Sometimes we might need to filter content based on the user's timezone. This guide explains how to find user's timezone in Django.

Read more →

Google API to get timezone from lat-long coordinates in python

Fri 27 March 2015 By Arulmurugan Rajaraman comments

This article explains how we can find approximate lat-long coordinates in Python using Google API. This will help us when we want to filter content based on the location.

Read more →