public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) { return(StringConverters.FormatTimeSpan(DateTime.UtcNow - (DateTimeOffset)value)); }