I just wanted to know if java date time library have any library which can return day light saving start and end time in a particular year and time zone. for ex:
getDSTStartdateTime(timezone, year){
return dayLightStartDateTime
}
getDSTEnddateTime(timezone, year){
return dayLightEndDateTime
}
I tried it with some functions but not able to get desired result. Any help is much appreciated.