Skip to content

Commit

Permalink
Update clients/date-to-timestamp-conversion.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Woolmer <[email protected]>
  • Loading branch information
javier and nwoolmer authored Aug 8, 2024
1 parent c3ece44 commit 4fb1f42
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 @@ -15,7 +15,7 @@ QuestDB has clients for Python, Go, Java, C, C++, Rust, Rust, C#/dotnet, and Jav
can directly use the `Timestamp` type when using the client, while others need to convert the timestamp into an
integer representing the epoch time in microseconds. On each of the snippets, we add the extra conversion if needed.

Please refer to the ingestion overview to learn more about the details of the client library for your language.
Please refer to the [ingestion overview](https://questdb.io/docs/ingestion-overview/) to learn more about the details of the client library for your language.

## Date to Timestamp in Python

Expand Down

0 comments on commit 4fb1f42

Please sign in to comment.