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

Feature: Use of IS08601 dates for exports #1970

Merged
merged 3 commits into from
Mar 13, 2024

Conversation

andrewbrazzatti
Copy link
Contributor

@andrewbrazzatti andrewbrazzatti commented Mar 13, 2024

The export screen previously passed the day month and year values for the date modified range to the backend. This no longer works since upgrading to Mongo 6 and didn't meet users expectations as the date range was using UTC on the server side.
This change sends ISO8601 formatted date strings which addresses both issues.
Related change was also made to the storage plugin redbox-mint/sails-hook-redbox-storage-mongo#7

@andrewbrazzatti andrewbrazzatti changed the base branch from master to develop March 13, 2024 05:45
@andrewbrazzatti andrewbrazzatti merged commit c074142 into develop Mar 13, 2024
5 of 6 checks passed
@andrewbrazzatti andrewbrazzatti deleted the feature/exports-iso-dates branch March 13, 2024 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant