util/datetime library
Constants
- rfc822DatePattern → const String
-
The
Z
part is not yet implemented according to https://pub.dev/documentation/intl/latest/intl/DateFormat-class.html We will remove it for now and parse the timezone separately.
Properties
- rfc822DateFormat → DateFormat
-
final
Functions
-
parseDateTime(
dynamic dateString) → DateTime?