/timezone-list

A simple Flask app to display the current time in the selected timezone.

Primary LanguagePython

TZ List

BCH compliance

What is it?

Small Flask app to get TZ from dropdown list using Pendulum and Pytz

Install

$ python3 -m venv venv && source venv/bin/activate
$ pip install -r requirements.txt

Run

$ python app.py
# browse to http://127.0.0.1:5000/

Tests

python -m unittest test/test_app.py