This short code here records the symbol and a date and time. Is there anyway to make it record only the date and not include the time? (I notice there us nothing like self.date)

if self.LiveMode:
       self.Log(f'{symbol} at {self.Time}')

Will appreciate is anyone knows how to log date only (and not include time)