mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-30 00:53:05 +00:00
Use dt_ts_def in profit endpoints
This commit is contained in:
@@ -87,4 +87,4 @@ def test_format_date() -> None:
|
||||
|
||||
date = datetime(2021, 9, 30, 22, 59, 3, 455555, tzinfo=timezone.utc)
|
||||
assert format_date(date) == '2021-09-30 22:59:03'
|
||||
assert format_date('') == ''
|
||||
assert format_date(None) == ''
|
||||
|
||||
Reference in New Issue
Block a user