Skip to content

Commit df6f801

Browse files
Update content/integrate/redis-data-integration/data-pipelines/transform-examples/formatting-date-and-time-values.md
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent cd63284 commit df6f801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/integrate/redis-data-integration/data-pipelines/transform-examples/formatting-date-and-time-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ PostgreSQL supports the following date and time data types:
153153
expression: TIME(event_time / 1000000, 'unixepoch', 'utc')
154154
```
155155

156-
- `time with time zone` - a string representation of the time with timezone information, where the timezone is GMT, example `07:15:00Z`.
156+
- `time with time zone` - a string representation of the time with timezone information, where the timezone is GMT (for example, `07:15:00Z`).
157157
```yaml
158158
transform:
159159
- uses: add_field

0 commit comments

Comments
 (0)