Skip to content

Commit

Permalink
fix typos in AT TIME ZONE
Browse files Browse the repository at this point in the history
  • Loading branch information
koizumistr committed Oct 20, 2024
1 parent 4e1e173 commit 40997c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/src/sgml/func.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -14092,8 +14092,8 @@ SELECT date_bin('15 minutes', TIMESTAMP '2020-02-11 15:44:17', TIMESTAMP '2001-0
zone. Since no date is supplied, this uses the currently active UTC
offset for the named destination zone.
-->
与えられた時刻<emphasis>with</emphasis> time zoneを新しい時間帯に変換します
判断するためのデータがないので、現在の有効なUTCオフセットを目的の時間帯のために使用します。
与えられた<emphasis>時間帯付き</emphasis>時刻を新しい時間帯に変換します
日付が指定されないので、現在の有効なUTCオフセットを目的の時間帯のために使用します。
</para>
<para>
<literal>time with time zone '05:34:17-05' at time zone 'UTC'</literal>
Expand Down
4 changes: 2 additions & 2 deletions doc/src/sgml/func2.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -4040,8 +4040,8 @@ SELECT date_bin('15 minutes', TIMESTAMP '2020-02-11 15:44:17', TIMESTAMP '2001-0
zone. Since no date is supplied, this uses the currently active UTC
offset for the named destination zone.
-->
与えられた時刻<emphasis>with</emphasis> time zoneを新しい時間帯に変換します
判断するためのデータがないので、現在の有効なUTCオフセットを目的の時間帯のために使用します。
与えられた<emphasis>時間帯付き</emphasis>時刻を新しい時間帯に変換します
日付が指定されないので、現在の有効なUTCオフセットを目的の時間帯のために使用します。
</para>
<para>
<literal>time with time zone '05:34:17-05' at time zone 'UTC'</literal>
Expand Down

0 comments on commit 40997c3

Please sign in to comment.