| Index: samples/ui_lib/util/DateUtils.dart
|
| diff --git a/samples/ui_lib/util/DateUtils.dart b/samples/ui_lib/util/DateUtils.dart
|
| index d18983810591548bd5303a092e3bf0623a900398..063c646d16bc477620f596c71f2062f135596ee0 100644
|
| --- a/samples/ui_lib/util/DateUtils.dart
|
| +++ b/samples/ui_lib/util/DateUtils.dart
|
| @@ -123,7 +123,7 @@ class DateUtils {
|
| final now = new Date.now();
|
| if (datesAreEqual(then, now)) {
|
| return toHourMinutesString(new Duration(
|
| - 0, then.hours, then.minutes, then.seconds, then.milliseconds));
|
| + 0, then.hour, then.minute, then.second, then.millisecond));
|
| }
|
|
|
| final today = new Date(now.year, now.month, now.day, 0, 0, 0, 0);
|
|
|