bird-house / pyramid-phoenix

Phoenix is a Pyramid web-application to make it easy to interact with WPS services
http://pyramid-phoenix.readthedocs.io/en/latest/
Apache License 2.0
7 stars 10 forks source link

fix timestamp render in swiftbrowser #23

Closed cehbrecht closed 9 years ago

cehbrecht commented 9 years ago
File "/home/phoenix/birdhouse/pyramid-phoenix/phoenix/views/wizard/swiftbrowser.py", line 135, in created_td
return self.render_timestamp_td(item.get('last_modified'))
File "/home/phoenix/birdhouse/pyramid-phoenix/phoenix/grid.py", line 59, in render_timestamp_td
c=HTML.literal(mytimestamp.strftime('%Y-%m-%d %H:%M:%S')),

AttributeError: 'unicode' object has no attribute 'strftime'

cehbrecht commented 9 years ago

fixed