Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Need help about some points when backtesting US Future algorithm

I did backtestings on US Future algorithm by min bar, i need to check every min data to calculate signals and order,:
what's the timestamp of "data.current_dt" ? Is it the market timestamp or local timestamp?

Thanks...