Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash in CommentsScreen due to incorrect timestamp parsing #214

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 3, 2024

  1. Fix crash due to incorrect timestamp parsing

    Fixes a crash when navigating to CommentsScreen due to incorrect
    parsing of timestamp. The returned timestamp withing HTML also contains
    millis which causes the parsing to fail.
    
    Actual: 2024-11-03T04:53:41 1730609621
    Expected: 2024-11-03T04:53:41
    
    This diff simply strips the millis and only timestamp to parse the date.
    thesohelshaikh committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    0e9e6b5 View commit details
    Browse the repository at this point in the history