zulip/zerver/webhooks/trello/view
davidscherer 0e90442d8b
integrations: Don't call prettify_date on Trello card descriptions.
Card descriptions aren't dates, and calling prettify_date on them results in removing upper case T characters, replacing uppercase Z characters with " UTC", etc. in descriptions when they appear in Zulip.

This was pretty clearly just a copy/paste mistake (these functions are very closely parallel to the *_due_date_* functions above, which do work on dates and call prettify_date).
2020-07-28 17:58:19 -07:00
..
__init__.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
board_actions.py python: Replace None defaults with empty collections where appropriate. 2020-06-13 15:31:27 -07:00
card_actions.py integrations: Don't call prettify_date on Trello card descriptions. 2020-07-28 17:58:19 -07:00