I am new to NodaTime and doing samples with it. NodaTime is great and while reading the documentation for NodaTime implementation, I noticed that there was a file(contains timezone data) downloaded along with the NodaTime.dll library.
I added NodaTime library to my project using "Nuget Packages" and while installing NodaTime package to my project, I saw NodaTime.dll and NodaTime.xml in the bin folder.
Info about the NodaTime library installed in my project:
NodaTime.dll version 1.3.0
NodaTime.xml (came along with the NodaTime.dll)
Questions:
Do I need to update the NodaTime.xml manually?
In this Link(Update tz database), I read some information for updating the tz database but it seems confusing for me. How to download and update the NodaTime.xml file?
provide a short explanation for updating the NodaTime.xml file and some related paths?
Is there any link which may be helpful for me to understand about the update in NodaTime?
Also provide your valuable suggestions regarding issues and solutions for it, some valuable tips for using it.
The major role of NodaTime in my project is to find whether the given timezone has DST or not and to convert the datetime according to DST.