Skip to content

Commit 3b96f99

Browse files
SergeyMoroz0703doit-bi-do
authored andcommitted
fix comments
1 parent 23b07c6 commit 3b96f99

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

app/util/analytics/log_reader.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -122,17 +122,6 @@ def actual_run_time(self):
122122
def all_test_actions_bzt_log(self):
123123
return self._get_all_test_actions(log=self._get_results_bzt_log_part())
124124

125-
@property
126-
def bzt_run_start_datetime_utc(self):
127-
128-
first_bzt_log_string = self.bzt_log[0]
129-
regexp_datetime_bzt_log = r"\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}"
130-
datetime_format = '%Y-%m-%d %H:%M:%S'
131-
match_start = re.search(regexp_datetime_bzt_log, first_bzt_log_string)
132-
start_datetime = datetime.strptime(match_start.group(), datetime_format)
133-
start_datetime = start_datetime + timedelta(seconds=time.timezone)
134-
return start_datetime
135-
136125

137126
class ResultsFileReader(BaseFileReader):
138127
header_validation = {0: 'Label', 1: '# Samples'}

0 commit comments

Comments
 (0)