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

ISO-8601 Date Format String is Changed After Data Migration #103

Open
dicksonlee-harmonicinc opened this issue Dec 29, 2023 · 1 comment

Comments

@dicksonlee-harmonicinc
Copy link

dicksonlee-harmonicinc commented Dec 29, 2023

We are trying to migrate data from cosmosdb container A to B using the tool, one of the fields of the record is a ISO-8601 string as follows:

{
  "event_time": "2023-12-19T00:00:00.000Z"
}

However, after migrating to container B, the record is saved as follows:

{
  "event_time": "2023-12-19T00:00:00Z"
}

the content of event_time is changed, which is not expected. We found a similar issue reported before: #36

@khlamat
Copy link

khlamat commented Dec 29, 2023

Same here, I performed data migration using Release 2.1.4 and found that the data lost the millisecond precision.
Is it possible to have an option to keep the date format?

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

No branches or pull requests

2 participants