from django.utils import timezone

current_year = timezone.now().year
items = Items.objects.filter(created_time__year=current_year)