Skip to content

Commit 4ead89c

Browse files
committed
update flight tooltip date time format
1 parent af470d4 commit 4ead89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jvmMain/kotlin/com/sunnychung/application/multiplatform/hellohttp/ux/ResponseViewerView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ fun DurationLabel(modifier: Modifier = Modifier, response: UserResponse, updateT
410410
AppTooltipArea(
411411
tooltipText = "",
412412
tooltipContent = {
413-
val dateTimeFormat = KDateTimeFormat("yyyy-MM-dd HH:mm:ss.lll Z")
413+
val dateTimeFormat = KDateTimeFormat("yyyy-MM-dd HH:mm:ss.lll (z)")
414414
val timezone = KZoneOffset.local()
415415
val tooltipText = buildString {
416416
append("Start: ${dateTimeFormat.format(startAt.atZoneOffset(timezone))}")

0 commit comments

Comments
 (0)