You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe this is not related to github-changelog-generator may be it is.
I have a closed pull request that was closed and merged on 08.04.2017 23:23 MESZ (UTC+2) according to GitHub. I created the changelog on 09.04.2017 00:05 MESZ (UTC+2). The release got the release date of 09.04.2017. Let's name this release R-1.
When I create a changelog for new releases the date for release R-1 changes to 08.04.2017 depending on the time I create the changelog.
Maybe this is not related to github-changelog-generator may be it is.
I have a closed pull request that was closed and merged on 08.04.2017 23:23 MESZ (UTC+2) according to GitHub. I created the changelog on 09.04.2017 00:05 MESZ (UTC+2). The release got the release date of 09.04.2017. Let's name this release R-1.
When I create a changelog for new releases the date for release R-1 changes to 08.04.2017 depending on the time I create the changelog.
According to GitHub the commits API returns dates with timeformat: https://developer.github.com/v3/#timezones
I am not a ruby user so I have no clue if we need to specify a timezone for
strftime
in https://github.com/skywinder/github-changelog-generator/blob/master/lib/github_changelog_generator/generator/generator_generation.rb#L56The text was updated successfully, but these errors were encountered: