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.
1 parent a426454 commit b9d296aCopy full SHA for b9d296a
1 file changed
arc-agents/src/main/kotlin/dsl/extensions/Times.kt
@@ -19,4 +19,4 @@ fun formatDateTime(pattern: String, zoneId: String? = null): String {
19
val formatter = DateTimeFormatter.ofPattern(pattern)
20
val time = zoneId?.let { ZonedDateTime.now(ZoneId.of(it)) } ?: ZonedDateTime.now()
21
return formatter.format(time)
22
-}
+}
0 commit comments