Skip to content

Commit 210ac95

Browse files
committed
Note about time handling
1 parent 7e57077 commit 210ac95

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,7 @@ converter := New()
282282
converter.ManageType(time.Time{}, TypeOptions{TSType: "Date", TSTransform: "new Date(__VALUE__)"})
283283
```
284284

285-
This is how now `time.Time` is managed in the library by default.
286-
287-
If you only want to change `ts_transform` but not `ts_type`, you can pass an empty string:
285+
If you only want to change `ts_transform` but not `ts_type`, you can pass an empty string.
288286

289287
## Enums
290288

0 commit comments

Comments
 (0)