I am trying to personalize the sitecore content based on the server time.
I want to show a different content when the server time is between 7 PM to 8 PM.
I have tried it with Date field using the below rule and able to personalize the content based on dates:
where date [FieldName,,Enter Field Name,select Date] field [operatorid,Operator,,compares to] [Value,DateTime,,date]
But I want to know if I can do it with the Time field as well.