Category "dst"

Calculate difference between CET and UTC to handle daylight saving automatically

I am trying to handle daylight saving time (DST) in my code in more automatic way. I want to calculate if difference between current UTC and CET time is one hou

Resolving AmbiguousTimeError from Django's make_aware

I have a code as follows: from django.utils.timezone import get_current_timezone, make_aware make_aware(some_datetime, get_current_timezone()) The make_awar