Skip to content

Commit b9d296a

Browse files
committed
feat: add time extensions.
1 parent a426454 commit b9d296a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • arc-agents/src/main/kotlin/dsl/extensions

arc-agents/src/main/kotlin/dsl/extensions/Times.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ fun formatDateTime(pattern: String, zoneId: String? = null): String {
1919
val formatter = DateTimeFormatter.ofPattern(pattern)
2020
val time = zoneId?.let { ZonedDateTime.now(ZoneId.of(it)) } ?: ZonedDateTime.now()
2121
return formatter.format(time)
22-
}
22+
}

0 commit comments

Comments
 (0)