localtime property

bool 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;
void localtime=(bool v)

Implementation

external set localtime(bool v);