Revision b6af3baf6d495eabac55a8abccc9d7e4b76b853e authored by Valentin Lorentz on 12 January 2018, 23:05:14 UTC, committed by Valentin Lorentz on 12 January 2018, 23:05:14 UTC
    * Streamlined all date calculation based on git timestamps.
    * Removed incorrect utc_date calculation.
    * Minimised the code differences for Python versions (down to one line).
    * Changed the git show command to leverage the output displaying the
      number of seconds since the epoch.
    * Thus making the final UTC calculation simply a function of
      specifying that in a time.gmtime call instead of attempting offset
      based calculations (which the original code got wrong).
1 parent 8981b22
History
File Mode Size
debian
locales
man
plugins
sandbox
scripts
src
test
.gitattributes -rw-r--r-- 42 bytes
.gitignore -rw-r--r-- 403 bytes
.mailmap -rw-r--r-- 1.8 KB
.travis.yml -rw-r--r-- 1.4 KB
CONTRIBUTING.md -rw-r--r-- 1.3 KB
ChangeLog -rw-r--r-- 69.0 KB
LICENSE.md -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 864 bytes
README.md -rw-r--r-- 2.3 KB
RELNOTES -rw-r--r-- 16.1 KB
requirements.txt -rw-r--r-- 83 bytes
setup.py -rw-r--r-- 9.5 KB

README.md

back to top