App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
google.appengine.api.datastore_types._OverflowDateTime Class Reference
Inheritance diagram for google.appengine.api.datastore_types._OverflowDateTime:

Detailed Description

Container for GD_WHEN values that don't fit into a datetime.datetime.

This class only exists to safely round-trip GD_WHEN values that are too large
to fit in a datetime.datetime instance e.g. that were created by Java
applications. It should not be created directly.

The documentation for this class was generated from the following file: