time-adapters

time adapters


License
MIT
Install
pip install time-adapters==0.0.1

Documentation

arrow-adapters

Making the arrow time library play nice with others, so that every timestamp can have a timezone. Support for: postgres, sqlite, sqlalchemy, graphene.

Automatically converts time values to UTC before persisting in the DB and loads back with local timezone.

Install

pip install arrow-adapters

Usage

import arrow_adapters.auto

installs