utc property

bool? utc
final

Set to true to leave the emitted DateTime in UTC. Set to false or null to convert the DateTime to the local timezone before setting the variable.

Implementation

final bool? utc;