Fixed auto archive time

This commit is contained in:
M66B 2023-01-29 12:36:30 +01:00
parent 83de568b5e
commit 538fc92717
1 changed files with 1 additions and 0 deletions

View File

@ -659,6 +659,7 @@ public class EntityRule {
if (!TextUtils.isEmpty(create)) {
Calendar calendar = Calendar.getInstance();
calendar.setTimeInMillis(message.received);
String year = String.format(Locale.ROOT, "%04d", calendar.get(Calendar.YEAR));
String month = String.format(Locale.ROOT, "%02d", calendar.get(Calendar.MONTH) + 1);
String week = String.format(Locale.ROOT, "%02d", calendar.get(Calendar.WEEK_OF_YEAR));