dateTimeFactory property
The factory to generate a DateTime object.
This is needed because Dart's DateTime does not handle time zone. There is a time zone aware library that we could use that implements the DateTime interface.
Implementation
final DateTimeFactory dateTimeFactory;