Skip to content

Commit

Permalink
Update clients/date-to-timestamp-conversion.md
Browse files Browse the repository at this point in the history
Style fixes

Co-authored-by: Nick Woolmer <[email protected]>
  • Loading branch information
javier and nwoolmer authored Aug 8, 2024
1 parent 3363219 commit 01d022c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/date-to-timestamp-conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Learn more about the [QuestDB Go Client](/docs/clients/ingest-go/)

## Date to Timestamp in Java

The `java.time.LocalDate` type stores only date information, while `java.time.LocalDateTim`e stores both date and time
The `java.time.LocalDate` type stores only date information, while `java.time.LocalDateTime` stores both date and time
information.

The QuestDB Java Client needs either an `java.time.Instant` or as a `long` number representing the Epoch. When using a `long`,
Expand Down

0 comments on commit 01d022c

Please sign in to comment.