Skip to content

Commit

Permalink
Timestamp example time zone
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuure Korhonen committed Nov 4, 2022
1 parent d8b76c1 commit 93f6864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@ CREATE TABLE audit_logs (
Insert test data row into table:
```sql
INSERT INTO audit_logs(id, is_sent, message, created_at)
VALUES (1, false, '{"audit_event": {"date_time": "2022-10-13T12:34:56.000Z"}}', now());
VALUES (1, false, '{"audit_event": {"date_time": "2022-10-13T12:34:56.000+0300"}}', now());
```

0 comments on commit 93f6864

Please sign in to comment.