Switch to the Java 8 Date/Time API.
This commit is contained in:
parent
8b5876f4b0
commit
a7e248d12b
24 changed files with 122 additions and 109 deletions
|
|
@ -1527,7 +1527,7 @@ public class VideoDetailFragment
|
|||
|
||||
if (info.getUploadDate() != null) {
|
||||
videoUploadDateView.setText(Localization
|
||||
.localizeUploadDate(activity, info.getUploadDate().date().getTime()));
|
||||
.localizeUploadDate(activity, info.getUploadDate().offsetDateTime()));
|
||||
videoUploadDateView.setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
videoUploadDateView.setText(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue