Hi,
time calculation and timezone abbreviation works well: UTC+1 (without DST) -> "CET"
But the calculation of dstOffset returns 7200 because dstAdjusted.time(nullptr) - time(nullptr) = 3600
Therefore the sunrise and sunset are 1h shifted. Have someone happends this also?
Regards Jörg