# Current Time

> Get the current date and time in Eastern Time Zone (EST/EDT). Use this any time the user refers to a relative time such as "yesterday" "next Tuesday", "end of the month" or if the user asks for the current time.

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

---


# Eastern Time

Get the current date and time in Eastern Time Zone with automatic DST handling.

## Quick Start

Run the script to get the current Eastern Time:

```bash
bun scripts/current_time.ts
```
