Dates conversion
Posted: Thu Jul 10, 2025 12:50 pm
Hi!
I added JSON datasource to my report, below i pasted content of this json.
I added table with this data, and when Text format = General - dates are the same as in souce.
When Text format = Date - dates that i see in preview are different than dates in source.
Why there are dates difference? I would like to see dates as in source.
Additional interesting thing is that only one of this two dates are changed. Second one always is correct.
{
"Temp": [
{
"TestValues": "2025-06-10T12:30:00.107"
},
{
"TestValues": "2025-06-09T12:30:00.40"
}
]
}
Chris
I added JSON datasource to my report, below i pasted content of this json.
I added table with this data, and when Text format = General - dates are the same as in souce.
When Text format = Date - dates that i see in preview are different than dates in source.
Why there are dates difference? I would like to see dates as in source.
Additional interesting thing is that only one of this two dates are changed. Second one always is correct.
{
"Temp": [
{
"TestValues": "2025-06-10T12:30:00.107"
},
{
"TestValues": "2025-06-09T12:30:00.40"
}
]
}
Chris