Skip to content

Commit

Permalink
Merge pull request #81 from openstudiocoalition/develop
Browse files Browse the repository at this point in the history
Update issue stats dates
  • Loading branch information
macumber committed Jun 9, 2021
2 parents 85a18ae + 6f0de1a commit 85bd706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions developer/GitHubIssueStats.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
require 'date'
require 'yaml'

begin_date = Time.parse('2020-4-27' + 'T06:00:00Z')
begin_date = Time.parse('2020-10-31' + 'T06:00:00Z')

end_date = Time.now
end_date = Time.parse('2020-10-31' + 'T006:00:00Z')
end_date = Time.parse('2021-05-31' + 'T006:00:00Z')

repo_owner = 'openstudiocoalition'
repo = 'openstudio-sketchup-plugin'
Expand Down

0 comments on commit 85bd706

Please sign in to comment.