chiark / gitweb /
`fdroid update` uses datetime instances for timestamps
authorHans-Christoph Steiner <hans@eds.org>
Mon, 28 Nov 2016 20:10:58 +0000 (21:10 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Fri, 17 Mar 2017 12:55:40 +0000 (13:55 +0100)
commitfcb7a0feb4fdc36c79cd945774ac9d3abe3184e4
treef0e9fbca752ce19ff56c047e010105f5c6655683
parentc9aa26d89ea077707df7b8b3d4a4e1b3e6c37ca6
`fdroid update` uses datetime instances for timestamps

Using datetime instances as the internal format makes it much easier to
convert between the formats needed for index.xml and index-v1.  apkcache
still uses time tuples and known_apks.txt still uses the ISO date.
examples/config.py
fdroidserver/common.py
fdroidserver/update.py