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

Shorten the pseudo-version length of Use release date as version string setting #2054

Open
RestAFK opened this issue Jan 3, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@RestAFK
Copy link

RestAFK commented Jan 3, 2025

Describe the feature

The current pseudo-version format is too long and has duplicate "000000"s after the version.
(e.g.
2024-12-31 10:58:34.000 > 1735610314000000
2024-12-31 10:58:36.000 > 1735610316000000)

So, to reduce the pseudo-version length, I would like to simply remove the duplicate "000000" or change the display format to within 6-8 digits.
(e.g.
2024-12-31 10:58:34.000 > 1735610314
2024-12-31 10:58:36.000 > 1735610316
It seems difficult to reduce it by more than 10 digits..)

@RestAFK RestAFK added enhancement New feature or request to check Issue has not been reviewed labels Jan 3, 2025
@ImranR98 ImranR98 removed the to check Issue has not been reviewed label Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants