Open mathieuprog opened 1 year ago
Didn't look into the lib much, but is there any way to get the version of the IANA time zone database used?
I'm not sure how standard this is, but try:
iex(1)> File.read("/usr/share/zoneinfo/+VERSION") {:ok, "2022f\n"}
If this is a thing, it definitely seems convenient to add support for in the library.
Didn't look into the lib much, but is there any way to get the version of the IANA time zone database used?