Skip to content

Commit 91bcb9b

Browse files
committed
[Issue #272] documentation update
1 parent d3425bd commit 91bcb9b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/pgprobackup.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4409,6 +4409,10 @@ pg_probackup archive-get -B <replaceable>backup_dir</replaceable> --instance <re
44094409
<listitem>
44104410
<para>
44114411
Specifies the timestamp up to which recovery will proceed.
4412+
If timezone offset is not specified, local timezone is used.
4413+
</para>
4414+
<para>
4415+
Example: <literal>--recovery-target-time='2020-01-01 00:00:00+03'</literal>
44124416
</para>
44134417
</listitem>
44144418
</varlistentry>
@@ -4595,6 +4599,7 @@ pg_probackup archive-get -B <replaceable>backup_dir</replaceable> --instance <re
45954599
<para>
45964600
Specifies the timestamp up to which the backup will stay
45974601
pinned. Must be an ISO-8601 complaint timestamp.
4602+
If timezone offset is not specified, local timezone is used.
45984603
</para>
45994604
<para>
46004605
Example: <literal>--expire-time='2020-01-01 00:00:00+03'</literal>

0 commit comments

Comments
 (0)