diff -burNE desktop-3.0.0.orig/doc/conf.py desktop-3.0.0/doc/conf.py --- desktop-3.0.0.orig/doc/conf.py 2020-08-21 22:36:32.434056247 +0200 +++ desktop-3.0.0/doc/conf.py 2020-08-21 22:36:57.345005233 +0200 @@ -124,7 +124,7 @@ # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. -html_last_updated_fmt = '%b %d, %Y' +#html_last_updated_fmt = '%b %d, %Y' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. diff -burNE desktop-3.0.0.orig/src/libsync/theme.cpp desktop-3.0.0/src/libsync/theme.cpp --- desktop-3.0.0.orig/src/libsync/theme.cpp 2020-08-21 22:36:34.789956849 +0200 +++ desktop-3.0.0/src/libsync/theme.cpp 2020-08-21 22:36:57.349005064 +0200 @@ -338,11 +338,9 @@ const QString gitSha1(QLatin1String(GIT_SHA1)); devString = QCoreApplication::translate("nextcloudTheme::about()", "

Built from Git revision %2" - " on %3, %4 using Qt %5, %6

") + " using Qt %3, %4

") .arg(githubPrefix + gitSha1) .arg(gitSha1.left(6)) - .arg(__DATE__) - .arg(__TIME__) .arg(qVersion()) .arg(QSslSocket::sslLibraryVersionString()); #endif