nokia / git-changelog-generator

Git Changelog Generator
https://pypi.python.org/pypi/gcg
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

Show local timezone in debian changelog #44

Closed felfert closed 5 years ago

felfert commented 5 years ago

Fixes #4 Using tzlocal, because dateutil.tzlocal is broken. Using datetime.fromtimestamp because time.localtime is broken. Avoid hidden option.tz by moving get_localzone() invocation into collate_entry_header_data()

weakcamel commented 5 years ago

LGTM! Many thanks for the contribution!