# Get Current Time

> Get the current accurate system time. Use when the user asks for the current time or when a real timestamp is required. Use when this capability is needed.

- Skill: `tomevault-io/get-current-time` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/get-current-time`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/get-current-time/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/get-current-time

---


# Get Current Time

## Goal

Get the current accurate system time (UTC and local time).

## Script

Execute the script to get the current system time.

```shell

python scripts/now.py

```

---
> Source: [yiming-qing/Research-Agent---1st-place-in-Alibaba-Cloud-Data-AI-Competition](https://github.com/yiming-qing/Research-Agent---1st-place-in-Alibaba-Cloud-Data-AI-Competition) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-23 -->

