Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
delete unneccesary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskarchner committed Jul 14, 2015
1 parent d6e4aa6 commit 6b2fb74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sheerlike/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ def date_formatter(value, format="%Y-%m-%d", tz='America/New_York'):
date = parser.parse(value, default=datetime.datetime.today().replace(day=1))
naive = date.replace(tzinfo=None)
dt = timezone(tz).localize(naive)
print dt.tzinfo
else:
dt = value

Expand Down

0 comments on commit 6b2fb74

Please sign in to comment.