Skip to content

Commit

Permalink
add timezone id to the message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkyAI committed Oct 15, 2023
1 parent acdd2a6 commit 9240382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/moe/nikky/LocalTimeExtension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class LocalTimeExtension : Extension(), Klogging {
} else null
} ?: ""
val formattedTime = formatTime(now, targetConfig.timezone)
return "Time in ${targetUser.mention}'s timezone: `$formattedTime`$difference"
return "Time in ${targetUser.mention}'s timezone: `$formattedTime` (`${targetConfig.timezoneId}`)$difference"
}
}

Expand Down

0 comments on commit 9240382

Please sign in to comment.