Use UTC timezone for the build dates

This commit is contained in:
Gabriele M
2017-07-18 12:23:43 +02:00
parent fecd837b70
commit 8ce10da9ce
3 changed files with 5 additions and 5 deletions

View File

@@ -364,7 +364,7 @@ public class UpdaterService extends Service {
}
private void setNotificationTitle(UpdateDownload update) {
String buildDate = StringGenerator.getDateLocalized(this,
String buildDate = StringGenerator.getDateLocalizedUTC(this,
DateFormat.MEDIUM, update.getTimestamp());
String buildInfo = getString(R.string.list_build_version_date,
BuildInfoUtils.getBuildVersion(), buildDate);