DateTime delta(DateTime dt) { int ago = now() - dt.millisecondsSinceEpoch; return DateTime.now().toUtc().subtract(Duration(milliseconds: ago)); }