doc: clarify that OffsetDateTime return UTC time zone as the backend does not store time zone - #3944
doc: clarify that OffsetDateTime return UTC time zone as the backend does not store time zone#3944vlsi wants to merge 1 commit into
Conversation
…does not store time zone Fixes pgjdbc#3943
|
While the backend does not store the TZ. The timestamp does come back with a TZ if you use timestamptz? |
I don't get the question. Well, the backend does send the timezone when using text protocol, and it is discussed in #1324. |
|
Ah, Ok, so we have an issue when using binary. I think for all other timestamps we just assume the client's timezone, no ? |
|
Well, This PR just adds extra clarification on the current behavior. |
Clarifies #3943
Note: OffsetDateTime UTC behavior is discussed in #1324.