Hello, I'm trying to convert a future Datetime (ie. 11/25/22 00:00:00) from UTC to IANA "Europe/Berlin", the problem is that if I do it today it will get the time difference of +2 due to daylight saving time, but on 30th of september Germany will turn of the daylight saving time becoming +1:00 again.
Is there a way to take this in consideration when using the Time Zone extension?
My use case is the creation of multiple shifts in a range of dates, where shifts can be in days with DST and without DST.