File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
from dynatrace .environment_v2 .custom_tags import METag
29
29
from dynatrace .configuration_v1 .alerting_profiles import AlertingProfileStub
30
30
from dynatrace .pagination import PaginatedList
31
- from dynatrace .utils import int64_to_datetime
31
+ from dynatrace .utils import int64_to_datetime , timestamp_to_string
32
32
33
33
34
34
class ProblemService :
@@ -55,8 +55,8 @@ def list(
55
55
"problemSelector" : problem_selector ,
56
56
"entitySelector" : entity_selector ,
57
57
"fields" : fields ,
58
- "from" : time_from ,
59
- "to" : time_to ,
58
+ "from" : timestamp_to_string ( time_from ) ,
59
+ "to" : timestamp_to_string ( time_to ) ,
60
60
"sort" : sort ,
61
61
"pageSize" : page_size ,
62
62
}
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " dt"
3
- version = " 1.1.72 "
3
+ version = " 1.1.73 "
4
4
description = " Dynatrace API Python client"
5
5
readme = " README.md"
6
6
authors = [
" David Lopes <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments