Skip to content

Commit

Permalink
Merge pull request #14 from cxong/patch-1
Browse files Browse the repository at this point in the history
Change hour to 7
  • Loading branch information
mccutchen committed Nov 24, 2015
2 parents 8834736 + 88b7f2b commit cee7697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Expand Up @@ -14,7 +14,7 @@ def main():
soup = BeautifulSoup(body)

table = soup.find(id='strftime-and-strptime-behavior').find('table')
example_date = datetime.datetime(2013, 9, 3, 9, 6, 5)
example_date = datetime.datetime(2013, 9, 30, 7, 6, 5)

directives = []
for row in table.select('tbody > tr'):
Expand Down

0 comments on commit cee7697

Please sign in to comment.