Skip to content

Conversation

@mnencia
Copy link
Member

@mnencia mnencia commented Dec 24, 2025

Update the machinery dependency to include the fix that ensures RFC3339-like timestamps without timezone (e.g., "2024-01-15T10:30:00") are interpreted as UTC.

The documentation has been updated to use a targetTime example with an explicit Z suffix and to clarify that RFC3339-like timestamps without timezone are interpreted as UTC.

Closes #699

@mnencia mnencia requested a review from a team as a code owner December 24, 2025 13:33
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation labels Dec 24, 2025
@jsilvela
Copy link

👍 looks good, will upvote once the pseudo-version can be discarded

armru
armru previously approved these changes Dec 29, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Dec 29, 2025
NiccoloFei
NiccoloFei previously approved these changes Dec 29, 2025
mnencia and others added 2 commits December 29, 2025 18:47
Update the machinery dependency to include the fix that ensures
RFC3339-like timestamps without timezone (e.g., "2024-01-15T10:30:00")
are interpreted as UTC.

The documentation has been updated to use a targetTime example with
an explicit Z suffix and to clarify that timestamps without timezone
are interpreted as UTC.

Closes #699

Signed-off-by: Marco Nenciarini <[email protected]>
Signed-off-by: Armando Ruocco <[email protected]>
@mnencia mnencia dismissed stale reviews from NiccoloFei and armru via 2105816 December 29, 2025 17:49
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Dec 29, 2025
@mnencia mnencia merged commit 1f1d300 into main Dec 30, 2025
8 checks passed
@mnencia mnencia deleted the dev/699 branch December 30, 2025 08:57
mnencia added a commit that referenced this pull request Dec 30, 2025
Follow-up to #700 to align the targetTime documentation with
cloudnative-pg standards. The note now covers all timestamp formats (not
just RFC 3339) and uses PostgreSQL format in the example to avoid
advertising the non-standard RFC3339-like format without timezone. A
warning has been added recommending to always specify an explicit
timezone to avoid ambiguity.

Related: #699

Signed-off-by: Marco Nenciarini <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs]: Update targetTime example to include timezone and document UTC behavior

4 participants