Skip to content

Commit cd63284

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 8960a3f commit cd63284

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
@@ -105,7 +105,7 @@ SQL Server supports the following date and time data types:
105105
expression: TIME(event_time, 'unixepoch', 'utc')
106106
```
107107

108-
- `datetimeoffset` - represented as a timestamp with timezone information e.g. `2025-05-27T15:21:42.864Z` and `2025-01-02T14:45:30.123+05:00`.
108+
- `datetimeoffset` - represented as a timestamp with timezone information (for example, `2025-05-27T15:21:42.864Z` or `2025-01-02T14:45:30.123+05:00`).
109109
```yaml
110110
transform:
111111
- uses: add_field

0 commit comments

Comments
 (0)