Hi there, I am trying to figure out how I can print (log) the current date-time when running the code. 

In Quantopian, I used 

now = get_datetime() print now

I've tried many variations in QuantConnect, such as

self.Time self.DateTime self.GetDatetime #etc

but can't get anything to work.

 

Thank you,

Author