8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1149f2b + f43dc32 commit 5a5b7daCopy full SHA for 5a5b7da
app/src/main/java/com/duckduckgo/app/bookmarks/ui/BookmarksActivity.kt
@@ -272,7 +272,7 @@ class BookmarksActivity : DuckDuckGoActivity() {
272
get() = "bookmarks_ddg_${formattedTimestamp()}.html"
273
274
private fun formattedTimestamp(): String = formatter.format(Date())
275
- private val formatter: SimpleDateFormat = SimpleDateFormat("MMddYY", Locale.US).apply {
+ private val formatter: SimpleDateFormat = SimpleDateFormat("yyyyMMdd", Locale.US).apply {
276
timeZone = TimeZone.getTimeZone("UTC")
277
}
278
app/version/version.properties
@@ -1 +1 @@
1
-VERSION=5.86.1
+VERSION=5.86.2
0 commit comments