Skip to content

Commit

Permalink
Update r_Datetime_types.md
Browse files Browse the repository at this point in the history
Fixed "day" to "dd" in first row of last example set.
  • Loading branch information
olegfridman authored Apr 23, 2021
1 parent 5a50c18 commit 23625dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc_source/r_Datetime_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The following table has examples of time zone formats\.

| Format | Example |
| --- | --- |
| day mon hh:mi:ss yyyy tz | 17 Dec 07:37:16 1997 PST |
| dd mon hh:mi:ss yyyy tz | 17 Dec 07:37:16 1997 PST |
| mm/dd/yyyy hh:mi:ss\.ss tz | 12/17/1997 07:37:16\.00 PST |
| mm/dd/yyyy hh:mi:ss\.ss tz | 12/17/1997 07:37:16\.00 US/Pacific |
| yyyy\-mm\-dd hh:mi:ss\+/\-tz | 1997\-12\-17 07:37:16\-08 |
Expand All @@ -88,4 +88,4 @@ TIMESTAMPTZ columns store values with up to a maximum of six digits of precision

If you insert a date into a TIMESTAMPTZ column, or a date with a partial timestamp, the value is implicitly converted into a full timestamp value\. This full timestamp value has default values \(00\) for missing hours, minutes, and seconds\.

TIMESTAMPTZ values are UTC in user tables\.
TIMESTAMPTZ values are UTC in user tables\.

0 comments on commit 23625dc

Please sign in to comment.