nidhiii128 commented on PR #16:
URL: 
https://github.com/apache/fineract-chat-archive/pull/16#issuecomment-4013125495

   hiii @meonkeys tbh this is something more i got to learn, i observed the 
files and searched a bit and i found that the reason you are seeing deletions 
is that his local machine (PST) and the GitHub Action (UTC) disagree on where 
the "Lookback Window" starts.
   GitHub Run (UTC)  sees the last 2 days based on UTC time. It fetches and 
renders messages A, B, and C.
   yours (PST) is 8 hours behind, his Instant.now() is "earlier." When you runs 
with lookbackDays=2, ur window starts 8 hours later than the GitHub one.
   
   I think the the oldest messages from that 48-hour window because they now 
fall outside his local "start time." Since the tool thinks they are gone, it 
"renders" the page without them, causing Git to show them as deleted.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to