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

Date format corrections #15333

Merged
merged 3 commits into from
Oct 15, 2024
Merged

Date format corrections #15333

merged 3 commits into from
Oct 15, 2024

Conversation

SabreCat
Copy link
Member

@SabreCat SabreCat commented Oct 2, 2024

Previously, the cron server library recorded the nextDue field in tasks, and the exp and todos array elements on the user, in JavaScript Date format. Elsewhere, these fields are updated using ISO date strings, leading to a mix of formats within the same data field.

Now, these updates use toISOString() to format the dates, keeping the format more consistent.

@SabreCat SabreCat merged commit 97e0b31 into develop Oct 15, 2024
20 checks passed
@SabreCat SabreCat deleted the sabrecat/next-due branch October 15, 2024 16:59
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.

2 participants