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 b429d47 + 5a5b7da commit a89684dCopy full SHA for a89684d
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