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 issue 6751: epoch date formats '%H:%M:%S' as 'undefined' #6752

Merged
merged 2 commits into from
Oct 20, 2023

Commits on Oct 18, 2023

  1. Fix issue 6751: epoch date formats '%H:%M:%S' as 'undefined'

    This patch fixes issue plotly#6751, where the epoch timestamp '1970-01-01 00:00:00',
    with 'hoverformat' '%H:%M:%S' is formatted as 'undefined'.
    
    Signed-off-by: adamjhawley <adamhawley99@gmail.com>
    adamjhawley committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3cbbae3 View commit details
    Browse the repository at this point in the history
  2. Add log entry for PR plotly#6752

    Signed-off-by: adamjhawley <adamhawley99@gmail.com>
    adamjhawley committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    34532c7 View commit details
    Browse the repository at this point in the history