jbmorley / tzoffset

Lightweight service to give the UTC offset for a given timezone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tzoffset

Lightweight service to give the UTC offset for a given timezone

Development

Install the dependencies:

pipenv install

Run a local instance for development:

pipenv run heroku local

Manually test the functionality using curl:

curl http://0.0.0.0:5000/api/v1/offset/

Production

See https://tzoffset.io.

curl https://tzoffset.io/api/v1/offset/Europe/Paris

About

Lightweight service to give the UTC offset for a given timezone

License:MIT License


Languages

Language:HTML 66.3%Language:Python 31.9%Language:Procfile 1.8%