hi,
is it possible to check if a specific date is in "daylight saving time" for a specific country?
like is the date "12/04/1999" in UK/London summer time or winter time??
there is a list wich each country when they change the clock but is there a simple way to implement it in my code?
https://en.wikipedia.org/wiki/Daylight_saving_time_by_country
like: dim dst as boolean = checkdst("12/04/1999","London")
and get resault of true or false
is it possible to check if a specific date is in "daylight saving time" for a specific country?
like is the date "12/04/1999" in UK/London summer time or winter time??
there is a list wich each country when they change the clock but is there a simple way to implement it in my code?
https://en.wikipedia.org/wiki/Daylight_saving_time_by_country
like: dim dst as boolean = checkdst("12/04/1999","London")
and get resault of true or false