Skip to content

Commit 60e7113

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 2adb15b commit 60e7113

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
@@ -81,7 +81,7 @@ SQL Server supports the following date and time data types:
8181
expression: STRFTIME('%Y/%m/%d', event_date * 86400, 'unixepoch')
8282
```
8383

84-
- `datetime`, `smalldatetime` - represented by Debezium as number of milliseconds since epoch. You have to divide the value by 1000 to convert it to seconds since epoch and then use the `STRFTIME` function to format it.
84+
- `datetime`, `smalldatetime` - represented by Debezium as number of milliseconds since epoch. Divide the value by 1000 to convert it to seconds since epoch and then use the `STRFTIME` function to format it.
8585
```yaml
8686
transform:
8787
- uses: add_field

0 commit comments

Comments
 (0)