toStringWithOffset method
A version of DateTime.toString that includes the timezone offset.
Implementation
String toStringWithOffset() => _appendOffset(toString());
A version of DateTime.toString that includes the timezone offset.
String toStringWithOffset() => _appendOffset(toString());