Dart SDK
dart:io
HttpDate
format
method
format
HttpDate
Static methods
format
parse
Constructors
HttpDate
String
format
(
DateTime
date
)
Format a date according to
RFC-1123
, e.g.
Thu, 1 Jan 1970 00:00:00 GMT
.