Doug Creighton
09/10/2024, 6:43 PMFrancisco Antunes
09/10/2024, 7:14 PMFrancisco Antunes
09/12/2024, 4:40 PMDoug Creighton
09/12/2024, 5:28 PM{
"data": [
{
"id": "timezone-us-ny",
"type": "workspaceSetting",
"attributes": {
"content": {
"value": "America/New_York"
},
"type": "TIMEZONE"
},
"links": {
"self": "<https://reporting.laivly.cloud/api/v1/entities/workspaces/{workspace_id}/workspaceSettings/timezone-us-ny>"
},
"meta": {
"origin": {
"originType": "NATIVE",
"originId": "{workspace_id}"
}
}
}
],
"links": {
"self": "",
"next": ""
}
}
Doug Creighton
09/12/2024, 5:31 PMFrancisco Antunes
09/12/2024, 5:38 PMSELECT current_timezone(), TIMESTAMP'2021-7-1T8:43:28UTC+3';
Can you apply it to one of the timestamp entries from the data source and check the response? It should be something like:
America/Los_Angeles 2021-06-30 22:43:28
Doug Creighton
09/12/2024, 5:49 PMDoug Creighton
09/12/2024, 5:50 PMFrancisco Antunes
09/12/2024, 5:56 PMDoug Creighton
09/12/2024, 5:56 PM