mopidy/tests/mpd
Mark Greenwood 6ed9b07aaa Fix #1218
Output the last_modified timestamp from mopidy's track model to mpd clients
in the same format as mpd uses - yyyy-mm-ddTHH:MM:SS

Outputs nothing for Last-Modified if last_modified is None or zero

This commit uses UTC time, adds a 'Z' to end, and updates the test accordingly
2015-07-21 18:20:17 +01:00
..
protocol Merge branch 'v1.0.x' into develop 2015-06-25 23:15:35 +02:00
__init__.py py3: Use absolute imports by default 2014-12-07 20:17:10 +01:00
test_commands.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_dispatcher.py Rename mopidy.utils to mopidy.internal 2015-05-07 23:15:56 +02:00
test_exceptions.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_status.py Rename mopidy.utils to mopidy.internal 2015-05-07 23:15:56 +02:00
test_tokenizer.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_translator.py Fix #1218 2015-07-21 18:20:17 +01:00