Skip to content

Commit 3d55d7c

Browse files
committed
t
1 parent af5dcd4 commit 3d55d7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Self_Tracking/calendar_analysis.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2638,7 +2638,9 @@ def analyze_twitter_vs_time(df, work_data, hide_hours=False):
26382638
# Example usage:
26392639
# To create normal graphs with hours shown:
26402640
combined_data, waste_corr, useful_corr, work_hours_corr, work_productivity_corr = (
2641-
analyze_twitter_vs_time(df.query("start_time >= '2022-01-01'"), work_data, hide_hours=False)
2641+
analyze_twitter_vs_time(
2642+
df.query("start_time >= '2022-01-01T00:00:00+00:00'"), work_data, hide_hours=False
2643+
)
26422644
)
26432645

26442646
# To create graphs for social media (without hour values):

0 commit comments

Comments
 (0)