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

dateProxy : time format can't have seconds #548

Closed
pierre-H opened this issue Jan 6, 2025 · 1 comment
Closed

dateProxy : time format can't have seconds #548

pierre-H opened this issue Jan 6, 2025 · 1 comment
Labels
done Implemented enhancements enhancement New feature or request next Will be implemented in the next release

Comments

@pierre-H
Copy link

pierre-H commented Jan 6, 2025

Is your feature request related to a problem? Please describe.
The dateProxy with the time type only returns hours and minutes. No seconds (possible in HTML with the step attribute).

Describe the solution you'd like
Add a step param. If it is less than 60, display the seconds.

Describe alternatives you've considered
Create the proxy myself.

@pierre-H pierre-H added the enhancement New feature or request label Jan 6, 2025
@ciscoheat ciscoheat added next Will be implemented in the next release done Implemented enhancements labels Jan 21, 2025
@ciscoheat
Copy link
Owner

Added now in 2.23.0, though using only time as format could cause problems as the date part of the date will be set to the current day, not taking UTC into account. time-utc could be better, but the best thing would probably be to treat time fields as a string and parse them manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done Implemented enhancements enhancement New feature or request next Will be implemented in the next release
Projects
None yet
Development

No branches or pull requests

2 participants