End of the Gerrit Code Review 1.0 series

The Gerrit Code Review project never made a formal release of the
Python code post v1.0, but from time to time people have asked for
sources. This tag sits on the end of the v1.x series that used Python
and Google AppEngine.
Import Gerrit1 datastore to PostgreSQL in UTC

The datetime objects we get from GAE in our pickles are
always in UTC.  Since Gerrit2's database wants these in
UTC, we need to make it clear to PostgreSQL that these
dates are in UTC and not in local time.

Signed-off-by: Shawn O. Pearce <sop@google.com>
2 files changed