I need help solving this problem with Python 3. I need to know is given date, for example 2017 06 02, is in Daylight Saving Time period or not.
I was looking for an answer here and on google. But what I found is basically solving this problem only with current date. And to modify those examples to my needs it's just too difficult for me :/ Unfortunately I'm not that efficient with Python yet.
Perfect solution would be just getting true of false as an answer. Then I would be able to proceed with my logic.
Edit: As I said I found some solutions here. But they all are solving this problem with current time. I need to know if some date from the future or past is in Daylight Saving Time period. Problem is that I'm a junior and to modify those examples I found to my needs is too difficult for me.