Display the current time in Pakistan Standard Time (PKT, UTC+5). Use when the user asks for the current time, Pakistan time, or PKT.
正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
This skill displays the current date and time in Pakistan Standard Time (PKT).
Display the current date and time in Pakistan Standard Time (UTC+5).
Get Current Time: Run the following bash command:
TZ='Asia/Karachi' date '+%Y-%m-%d %H:%M:%S %Z'
Display Result: Show the time in this format:
Current Time in Pakistan (PKT): YYYY-MM-DD HH:MM:SS PKT
Asia/Karachi timezone (UTC+5)