2021-10-19 14:22:41 +02:00
|
|
|
"""
|
|
|
|
Author: Michel Peltriaux
|
|
|
|
Organization: Struktur- und Genehmigungsdirektion Nord, Rhineland-Palatinate, Germany
|
|
|
|
Contact: michel.peltriaux@sgdnord.rlp.de
|
|
|
|
Created on: 19.10.21
|
|
|
|
|
|
|
|
"""
|
|
|
|
|
|
|
|
# Defines the date of the legal publishing of the LKompVzVo
|
2021-10-20 13:23:35 +02:00
|
|
|
from django.utils import timezone
|
|
|
|
|
2023-03-22 08:54:23 +01:00
|
|
|
LKOMPVZVO_PUBLISH_DATE = timezone.make_aware(timezone.datetime.fromisoformat("2018-06-16")).date()
|