Chris Raitzyk
05/27/2026, 2:20 PMCeligo AI
05/27/2026, 2:21 PMAI generated answer (using internal Slack threads):To extract the time part of a datetime field in a saved search formula, you can use the
TO_CHAR function. This function is used to convert a datetime field to a string in a specific format.
Here is an example of how you can use it:
TO_CHAR({your_date_field}, 'HH24:MI:SS')
In this example, {your_date_field} should be replaced with the actual field name of your datetime field. The 'HH24:MI:SS' part is the format model. HH24 represents the hour of the day from 00 to 23, MI represents the minute from 00 to 59, and SS represents the second from 00 to 59.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
05/27/2026, 2:21 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.866943419
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.86438
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.858825684
Celigo AI
05/27/2026, 2:21 PM