MCPcopy Index your code
hub / github.com/MongoEngine/mongoengine / DateDoc

Class DateDoc

tests/test_connection.py:625–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623 d = datetime.datetime(2010, 5, 5, tzinfo=utc)
624
625 class DateDoc(Document):
626 the_date = DateTimeField(required=True)
627
628 DateDoc.drop_collection()
629 DateDoc(the_date=d).save()

Callers 1

test_connect_tz_awareMethod · 0.85

Calls 1

DateTimeFieldClass · 0.90

Tested by 1

test_connect_tz_awareMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…