<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello all,<div class=""><br class=""></div><div class="">Just a friendly reminder that you may get help from the A0 Time Zone Migration utilities to programatically get the diffs between tzdb releases, so you can check/correct your data once a new tzdb is installed in your systems.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Documentation for this OSS project is at: <a href="https://a0.github.io/a0-tzmigration/" class="">https://a0.github.io/a0-tzmigration/</a> for ruby and javascript.</div><div class=""><br class=""></div><div class="">Examples of latest changes from 2018e to 2018f for:</div><div class="">- Europe/Volgograd</div><div class=""><a href="https://a0.github.io/a0-tzmigration/demo/?ta=Europe/Volgograd&va=2018e&tb=Europe/Volgograd&vb=2018f&m=timeline" class="">https://a0.github.io/a0-tzmigration/demo/?ta=Europe%2FVolgograd&va=2018e&tb=Europe%2FVolgograd&vb=2018f&m=timeline</a></div><div class=""><br class=""></div><div class="">- Pacific/Fiji</div><div class=""><a href="https://a0.github.io/a0-tzmigration/demo/?ta=Pacific/Fiji&va=2018e&tb=Pacific/Fiji&vb=2018f&m=table" class="">https://a0.github.io/a0-tzmigration/demo/?ta=Pacific%2FFiji&va=2018e&tb=Pacific%2FFiji&vb=2018f&m=table</a></div><div class=""><br class=""></div><div class="">- America/Santiago</div><div class=""><a href="https://a0.github.io/a0-tzmigration/demo/?ta=America/Santiago&va=2018e&tb=America/Santiago&vb=2018f&m=timeline" class="">https://a0.github.io/a0-tzmigration/demo/?ta=America%2FSantiago&va=2018e&tb=America%2FSantiago&vb=2018f&m=timeline</a></div><div class=""><br class=""></div><div class="">from 2018f to 2018g for:</div><div class="">- Africa/Casablanca:</div><div class=""><a href="https://a0.github.io/a0-tzmigration/demo/?ta=Africa/Casablanca&va=2018f&tb=Africa/Casablanca&vb=2018g&m=timeline" class="">https://a0.github.io/a0-tzmigration/demo/?ta=Africa%2FCasablanca&va=2018f&tb=Africa%2FCasablanca&vb=2018g&m=timeline</a></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Getting the same diff in code is as simple as the following:</div><div class=""><br class=""></div><div class=""><div class="">import { TZVersion } from 'a0-tzmigration-js'</div><div class=""><br class=""></div><div class="">// calculate changes from America/Santiago 2018e to America/Santiago 2018f</div><div class="">let version_a = new TZVersion('America/Santiago', '2018e')</div><div class="">let version_b = new TZVersion('America/Santiago', '2018f')</div><div class=""><br class=""></div><div class="">let changes = await version_a.changes(version_b)</div><div class="">console.log(changes)</div><div class=""><br class=""></div></div><div class=""><br class=""></div><div class="">HTH,</div><div class=""><br class=""></div><div class=""><div class="">— </div><div class="">Aldrin.</div><div class=""><br class=""></div></div></body></html>