mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
fix(targetTime): treat RFC3339-like timestamps without timezone as UTC
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 <marco.nenciarini@enterprisedb.com>
This commit is contained in:
parent
db96dcc128
commit
00aa5fdeac
@ -339,7 +339,7 @@ For detailed Barman restore operations and troubleshooting, refer to the
|
||||
recovery:
|
||||
source: origin
|
||||
recoveryTarget:
|
||||
targetTime: "2024-01-15 10:30:00"
|
||||
targetTime: "2024-01-15T10:30:00Z"
|
||||
|
||||
externalClusters:
|
||||
- name: origin
|
||||
@ -358,6 +358,11 @@ For detailed Barman restore operations and troubleshooting, refer to the
|
||||
-c plugin-barman-cloud | grep -i wal
|
||||
```
|
||||
|
||||
:::note
|
||||
RFC 3339 timestamps without an explicit timezone suffix
|
||||
(e.g., `2024-01-15T10:30:00`) are interpreted as UTC.
|
||||
:::
|
||||
|
||||
:::note
|
||||
For detailed PITR configuration and WAL management, see the
|
||||
[Barman PITR documentation](https://docs.pgbarman.org/latest/).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user