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 4fb1f42 commit 5a1486d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions clients/date-to-timestamp-conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ description: Python, Go, JAVA, JavaScript, C/C++, Rust, .Net, PHP, or Ruby.

# Date to Timestamp Conversion in Different Programming Languages

Most languages have a dedicated type for a Date or a Timestamp, with the notable exception of the C language. In this
reference we show how you can convert from a literal string representing a `Date` into the native date type, and then
into a `Timestamp` type using Python, Go, Java, C, C++, Rust, Rust, C#/dotnet, JavaScript/Nodejs, Ruby, and PHP.
Most languages have a dedicated type for dates or timestamps, with the notable exception of C. In this guide, we show how to convert from a literal string representing a date into the native `Date` type, and then
into a `Timestamp` type using Python, Go, Java, C, C++, Rust, C#/.NET, JavaScript/Node.js, Ruby, and PHP.

QuestDB has clients for Python, Go, Java, C, C++, Rust, Rust, C#/dotnet, and JavaScript/Nodejs. Some of the clients
can directly use the `Timestamp` type when using the client, while others need to convert the timestamp into an
Expand Down

0 comments on commit 5a1486d

Please sign in to comment.