Volodymyr Shymanskyy

Results 335 comments of Volodymyr Shymanskyy

No, the list of names is hard-coded in `gen-tz.py`. Besides that, stating that `Europe/Simferopol` is `MSK-3` is basically neglecting the international law.

Instead of hard-coding the list of timezones, one could just do: ```py import os import glob import natsort ZONES_DIR = "/usr/share/zoneinfo/" def zone_info_filter(zones): return [f for f in zones if...

@nayarsystems what do you think? Here's the relevant PR: https://github.com/nayarsystems/posix_tz_db/pull/13

> Does the wasm2native author have a view on us effectively upstreaming this? Hey! I'm not opposed to this at all. Of course a proper attribution should be included. Let...