| Index: lib/i18n/date_format.dart
|
| diff --git a/lib/i18n/date_format.dart b/lib/i18n/date_format.dart
|
| index 47df761706a73f6f82f4c0b2005a97e03f94a337..35f842d9ce690a0f592c7e0f11bc14bf269cd48f 100644
|
| --- a/lib/i18n/date_format.dart
|
| +++ b/lib/i18n/date_format.dart
|
| @@ -227,8 +227,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();
|
| }
|
|
|
|
|