django-naivedatetimefield

NaiveDateTimeField for storing a naive timestamp. This is useful for baking in a local timestamp.


Keywords
django, datetime, field
License
MIT
Install
pip install django-naivedatetimefield==2.0.1

Documentation

django-naivedatetimefield

build status PyPI version

NaiveDateTimeField offers the ability to store a naive timestamp, useful for baking in a local timestamp.

Installation

pip install django-naivedatetimefield

Contributors