Skip to content

Commit

Permalink
Changed the date formatter to display the timezone abbreviation inste…
Browse files Browse the repository at this point in the history
…ad of full name
  • Loading branch information
LaurentGoderre committed Feb 5, 2016
1 parent 5e86b3e commit 628b13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/formatters.py
Expand Up @@ -137,7 +137,7 @@ def months_between(date1, date2):
'day': datetime_.day,
'year': datetime_.year,
'month': _MONTH_FUNCTIONS[datetime_.month - 1](),
'timezone': datetime_.tzinfo.zone,
'timezone': datetime_.tzname(),
}

if with_hours:
Expand Down

0 comments on commit 628b13a

Please sign in to comment.