/py_arrow_adapters

Making time play nicely with others

Primary LanguagePythonMIT LicenseMIT

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