Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
How to set default global timezone as tz='US/Eastern'

Is there any way to set global dafault timezone as 'US/Eastern'?
I know i can set it in get_datetime() by pass a para 'tz = 'US/Eastern', but it only works in this func. Other timeinfo is stilll works under UTC.
Thanks