Skip to content

Conversation

@rakdutta
Copy link
Collaborator

Issue Reference: [#1321](#1321)

Summary

This PR resolves a UI bug where the "Created" date for API tokens on the Admin → Tokens page is incorrectly displayed as "Invalid Date." The issue arises despite the database containing valid creation timestamps for each token.

  • Implemented a fix to ensure proper parsing and formatting of the creation timestamps in the UI.
  • Verified that the "Created" field now displays the correct date (e.g., 10/22/2025) for each token.

Testing

  • Navigated to Admin → Tokens page.
  • Confirmed that the "Created" field now correctly displays the creation date for all tokens.

Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
@rakdutta rakdutta marked this pull request as ready for review October 22, 2025 11:35
@nmveeresh
Copy link
Collaborator

Tested, working fine.

Creation date populating correctly as expected.

In UI - Created: 10/23/2025

  • make serve - pass
  • make test - pass
  • make autoflake isort black flake8 - pass
  • make pylint - pass
  • make smoketest - pass
  • make doctest - pass

@crivetimihai crivetimihai merged commit 030c907 into main Oct 24, 2025
46 of 47 checks passed
@crivetimihai crivetimihai deleted the fix_1321 branch October 24, 2025 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants