On Thu, Oct 20, 2011 at 2:23 PM, Fabian Groffen <[email protected]> wrote:
> To retain the behaviour of echangelog, update the copyrights on modified
> files (mostly ebuilds) when necessary. Also update the ChangeLog's
> copyright.
>
> diff --git a/pym/repoman/utilities.py b/pym/repoman/utilities.py
> --- a/pym/repoman/utilities.py
> +++ b/pym/repoman/utilities.py
> @@ -548,6 +616,16 @@
> logging.critical(err)
> return None
>
> + year = time.strftime('%Y')
> + date = time.strftime('%d %b %Y')
> +
echangelog calls time.strftime('%d %b %Y', gmtime) so that UTC is always used.