| Index: lib/i18n/date_format.dart
|
| diff --git a/lib/i18n/date_format.dart b/lib/i18n/date_format.dart
|
| index b00e1b1ca133c64d9a3c97fdee63df4ff31cdc23..1941f604b5a8e48eed4305bddb0f82416ceea4e7 100644
|
| --- a/lib/i18n/date_format.dart
|
| +++ b/lib/i18n/date_format.dart
|
| @@ -230,8 +230,8 @@ class DateFormat {
|
| * Format the given [date] object according to preset pattern and current
|
| * locale and return a formated string for the given date.
|
| */
|
| - String format(Date date, [TimeZone timeZone]) {
|
| - // TODO(efortuna): optional TimeZone argument? TimeZone is deprecated...
|
| + String format(Date date) {
|
| + // TODO(efortuna): readd optional TimeZone argument (or similar)?
|
| return date.toString();
|
| }
|
|
|
|
|