deLockloire
Board Regular
- Joined
- Apr 4, 2008
- Messages
- 116
- Office Version
- 365
- Platform
- Windows
Hi,
I have a query with a column that looks like this:
If I change it to datetimezone type, it recognizes the parts properly and changes the data to this:
However, when I load it to a table, the result is this:
This data is clearly not adjusted for the timezone offset. How can I have PQ to add the timezone to the time so that the end result look like this:
Thanks,
deL
I have a query with a column that looks like this:
2024-02-26T14:17:42.676231+01:00 |
If I change it to datetimezone type, it recognizes the parts properly and changes the data to this:
2024. 02. 26. 14:17:43 +01:00 |
However, when I load it to a table, the result is this:
2024.02.26 14:17:43 |
This data is clearly not adjusted for the timezone offset. How can I have PQ to add the timezone to the time so that the end result look like this:
2024.02.26 15:17:43 |
Thanks,
deL