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

[IDEA] Add year to the "next poll" label for time-based connectors #4472

Open
jonbartels opened this issue Mar 12, 2021 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@jonbartels
Copy link
Contributor

If I have a need to make a connector poll by year the "Next Poll" label does not show the year:
image

The relevant code appears to be:
time = new SimpleDateFormat("EEEE, MMM d, h:mm:ss a").format(earliestTriggerTime); at

time = new SimpleDateFormat("EEEE, MMM d, h:mm:ss a").format(earliestTriggerTime);

Update this date format to show the year for longer running pollers. The 2099 example is extreme but showing complete information is helpful.

@jonbartels jonbartels added the enhancement New feature or request label Mar 12, 2021
@jonbartels
Copy link
Contributor Author

EEEE, MMM d, h:mm:ss a yyyy may be sufficient

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

1 participant