Thanks for the amazing library. Wanted to suggest an improvement. You have declared the timzone as an int, we can convert it to float, so that it work with 30mins offsets like in India we have timezone offset of +5hrs,30mins
Or you can add a offset variable to the adjust timezone.
I personally converted the timezone to float everywhere and it works flawlessly.
Hi Andreas,
Thanks for the amazing library. Wanted to suggest an improvement. You have declared the timzone as an int, we can convert it to float, so that it work with 30mins offsets like in India we have timezone offset of +5hrs,30mins Or you can add a offset variable to the adjust timezone.
I personally converted the timezone to float everywhere and it works flawlessly.
Thanks again for you work