arrow-adapters

arrow adapters


License
MIT
Install
pip install arrow-adapters==0.0.3

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