Skip to content

Commit

Permalink
Update reference/function/date-time.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 34a8d65 commit 91b7410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/function/date-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ from `Date` to `Timestamp` you can `CAST(date_column AS Timestamp)`.
### Programmatically convert from native Date object into QuestDB timestamp

Different programming languages use different types of objects to represent the `Date` type. To learn how to convert
from the `Date` type into a `Timestamp` object in Python, Go, JAVA, JavaScript, C/C++, Rust, or .Net, please visit
from the `Date` type into a `Timestamp` object in Python, Go, Java, JavaScript, C/C++, Rust, or C#/.NET, please visit
our [Date to Timestamp conversion](/docs/clients/date-to-timestamp-conversion) reference.

---
Expand Down

0 comments on commit 91b7410

Please sign in to comment.