Skip to content

Commit

Permalink
Merge pull request ClickHouse#52397 from StianBerger/patch-1
Browse files Browse the repository at this point in the history
Update date-time-functions.md
  • Loading branch information
alexey-milovidov authored Jul 22, 2023
2 parents d34f2be + d2dba49 commit db9c7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/sql-reference/functions/date-time-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@ Using replacement fields, you can define a pattern for the resulting string. “
| %n | new-line character (‘’) | |
| %p | AM or PM designation | PM |
| %Q | Quarter (1-4) | 1 |
| %r | 12-hour HH:MM AM/PM time, equivalent to %H:%i %p | 10:30 PM |
| %r | 12-hour HH:MM AM/PM time, equivalent to %h:%i %p | 10:30 PM |
| %R | 24-hour HH:MM time, equivalent to %H:%i | 22:33 |
| %s | second (00-59) | 44 |
| %S | second (00-59) | 44 |
Expand Down

0 comments on commit db9c7c4

Please sign in to comment.