We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
${time}
1 parent be8141b commit 69113e1Copy full SHA for 69113e1
app/src/main/java/co/adityarajput/fileflow/utils/String.kt
@@ -59,7 +59,7 @@ fun String.applyCustomReplacements() = this
59
)
60
.replace(
61
$$"${time}",
62
- ZonedDateTime.now().withNano(0).format(DateTimeFormatter.ISO_LOCAL_TIME),
+ ZonedDateTime.now().withNano(0).format(DateTimeFormatter.ISO_LOCAL_TIME).replace(":", "-"),
63
64
65
Regex("\\$\\{datetime:([^}]+)\\}"),
0 commit comments