avniproject / integration-service

Service for integration Avni with other systems
GNU Affero General Public License v3.0
0 stars 2 forks source link

Dates mismatch between Avni and Bahmni #110

Closed mahalakshme closed 8 months ago

mahalakshme commented 9 months ago

https://avni.freshdesk.com/a/tickets/2340

Looks like the issue is because of date formats mismatch. We store the dates in UTC format and convert it to UTC+5:30 before rendering in our website and mobile app. But during sync looks like we have not made the conversion.

petmongrels commented 9 months ago

the code for this is not integration service. lets take it out of our wall.

mahalakshme commented 9 months ago

@petmongrels what to do for the associated ticket?

himeshr commented 9 months ago

This was the case for Goonj as well, we have introduced conversion logic wherever needed as part of GoonjRepositories in integration-service. If the core date storage format returned by the API is changed as part of this ticket, then we would need to remove the conversion logics within GoonjRepositories.

mahalakshme commented 8 months ago

duplicate so closing.