diff --git a/static/app.js b/static/app.js index 0c0cb30..00ae325 100644 --- a/static/app.js +++ b/static/app.js @@ -73,10 +73,21 @@ function populateTransferTypes() { }); } +function populateTimezoneList() { + const list = document.getElementById('tz-list'); + if (!list) return; + try { + list.innerHTML = Intl.supportedValuesOf('timeZone') + .map(z => `