Skip to content

Commit

Permalink
[#2494] Fix comment of timezone format
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oderbolz committed Jul 9, 2015
1 parent 75db957 commit 38e4f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/formatters.py
Expand Up @@ -158,7 +158,7 @@ def months_between(date1, date2):

if with_hours:
return (
# NOTE: This is for translating dates like `April 24, 2013, 10:45 (UTC+2)`
# NOTE: This is for translating dates like `April 24, 2013, 10:45 (Europe/Zurich)`
_('{month} {day}, {year}, {hour:02}:{min:02} ({timezone})') \
.format(**details))
else:
Expand Down

0 comments on commit 38e4f50

Please sign in to comment.