import pytz from datetime import datetime tz = pytz.timezone('Asia/Kathmandu') datetime = datetime.now() new_date = tz.localize(datetime)