Skip to content

Commit

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

Co-authored-by: Nick Woolmer <[email protected]>
  • Loading branch information
javier and nwoolmer authored Aug 8, 2024
1 parent 6094660 commit dd0f090
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clients/date-to-timestamp-conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@ Learn more about the [ILP text format](/docs/reference/api/ilp/advanced-settings
## Date to Timestamp in PHP
The `DateTime` class stores both date and time information. The `DateTimeImmutable` class also stores both date and time
information.
Both of the `DateTime` and `DateTimeImmutable` classes store date and time information
QuestDB does not have an official PHP client, but you can send a request composing the ILP messages and passing
an Epoch in nanoseconds for the designated timestamp, or in microseconds for the rest of columns. An alternative
Expand Down

0 comments on commit dd0f090

Please sign in to comment.