<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Greetings,<br class=""><br class="">I have Erlang datetime (UTC) and need to provide MET to a customer.<br class="">Searching located qdate(1) and that pointed me to localtime(2) and <br class="">ezic(3).<br class=""><br class="">Are there more alternatives?<br class="">Does anybody have experience with these and recommendations?<br class=""><br class="">Since localtime is younger I added it as a dependency and it built. But the database is a few years old(4) and when I try to build new hlr files from a new db (manually, since I do not see any way to get it automatically at build time, please correct me if I am wrong) I get Perl errors(5).<br class=""><br class="">Best Wishes,<br class="">bengt<br class="">(1) <a href="https://github.com/choptastic/qdate" class="">https://github.com/choptastic/qdate</a><br class="">(2) <a href="https://github.com/drfloob/ezic" class="">https://github.com/drfloob/ezic</a><br class="">(3) <a href="https://github.com/dmitryme/erlang_localtime" class="">https://github.com/dmitryme/erlang_localtime</a><br class="">(4) From 2013i<br class="">(5) make<div class=""><br class=""></div><div class="">curl -O "<a href="ftp://ftp.iana.org/tz/tzdata-latest.tar.gz" class="">ftp://ftp.iana.org/tz/tzdata-latest.tar.gz</a>"<br class="">  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current<br class="">                                 Dload  Upload   Total   Spent    Left  Speed<br class=""><br class="">  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0<br class="">  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0<br class=""> 10  375k   10 41760    0     0  22343      0  0:00:17  0:00:01  0:00:16 22331<br class=""> 90  375k   90  339k    0     0   119k      0  0:00:03  0:00:02  0:00:01  119k<br class="">100  375k  100  375k    0     0   124k      0  0:00:03  0:00:03 --:--:--  124k<br class="">mkdir tzdata && cd tzdata && tar xzf ../tzdata-latest.tar.gz<br class="">TZ_VERSION=`perl -n -e 'm/^VERSION\s*=\s*(\S+)/ and print $1;' tzdata/Makefile`; \<br class="">./tz-erl --version $TZ_VERSION -o tzout tzdata/africa tzdata/antarctica tzdata/asia tzdata/australasia tzdata/backward tzdata/etcetera tzdata/europe tzdata/northamerica tzdata/southamerica<br class="">no match for 5 in rule Rule      Morocco 2019    only    -       May     5       3:00    -1:00   - at ./tz-erl line 219, <tzdata/africa> line 939.<br class="">no match for 9 in rule Rule Morocco 2019    only    -       Jun     9       2:00    0       - at ./tz-erl line 219, <tzdata/africa> line 940.<br class="">Day '33' out of range 1..31 at ./tz-erl line 488.<br class="">Makefile:5: recipe for target 'tzout' failed<br class=""></div><br class=""></body></html>