151:640c160d89a2
Anton Shestakov <av6@dwimlabs.net>, Sun, 17 Jul 2016 23:13:19 +0800
queue: work around parse_command_line() ignoring the first argument

next change 160:fda1f8cab608
previous change 145:9c65d66fcda1

tests/test_utils.py

Permissions: -rw-r--r--

Other formats: Feeds:
from datetime import datetime
from candolint.utils import parse_timestamp, timestamp
def test_timestamp_and_parse():
result = parse_timestamp(timestamp())
assert isinstance(result, datetime)
assert result.utcoffset() is None