Skip to content

Commit a89684d

Browse files
committed
Merge tag '5.86.2' into develop
no message
2 parents b429d47 + 5a5b7da commit a89684d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/com/duckduckgo/app/bookmarks/ui/BookmarksActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ class BookmarksActivity : DuckDuckGoActivity() {
272272
get() = "bookmarks_ddg_${formattedTimestamp()}.html"
273273

274274
private fun formattedTimestamp(): String = formatter.format(Date())
275-
private val formatter: SimpleDateFormat = SimpleDateFormat("MMddYY", Locale.US).apply {
275+
private val formatter: SimpleDateFormat = SimpleDateFormat("yyyyMMdd", Locale.US).apply {
276276
timeZone = TimeZone.getTimeZone("UTC")
277277
}
278278
}

app/version/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=5.86.1
1+
VERSION=5.86.2

0 commit comments

Comments
 (0)