File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- We have already submitted our pull request with net-next material for v6.17 ,
1+ We have already submitted our pull request with net-next material for v7.0 ,
22and therefore net-next is closed for new drivers, features, code refactoring
33and optimizations. We are currently accepting bug fixes only.
44
5- Please repost when net-next reopens after Aug 11th .
5+ Please repost when net-next reopens after Feb 23rd .
66
77RFC patches sent for review only are obviously welcome at any time.
88
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ def get_since_timestamp(self) -> str:
209209 Returns:
210210 ISO format timestamp (last check or 3 days ago)
211211 """
212- three_days_ago = datetime .utcnow ( ) - timedelta (days = 3 )
212+ three_days_ago = datetime .now ( UTC ). replace ( tzinfo = None ) - timedelta (days = 3 )
213213
214214 if self .last_event_ts :
215215 try :
You can’t perform that action at this time.
0 commit comments