localtime property
bool
get
localtime
Set how to treat the timezone of x values. If true, treat x value as localtime. If false, convert to UTC internally.
Implementation
external bool get localtime;
set
localtime
(bool v)
Implementation
external set localtime(bool v);