A tiny, mobile-first web page for copying the current timestamp in multiple India Standard Time (IST) formats. Built for quick logging — open the home-screen shortcut, it captures the moment, tap to copy.
Live: https://mohsin-cdata.github.io/timestamp-copier/
| Label | Example |
|---|---|
| Primary | Saturday, June 7, 2026, 02:30:52 PM IST |
| Short | Sat, Jun 7, 2026, 02:30:52 PM IST |
| Sortable (24h) | 2026-06-07 14:30:52 IST |
| ISO 8601 | 2026-06-07T14:30:52+05:30 |
| Date only | 2026-06-07 |
| Time only | 02:30:52 PM IST |
- IST is computed via
Asia/Kolkata, so it's correct regardless of the device's local timezone. - Auto-recaptures the current time whenever the page is reopened or refocused (great for an iPhone home-screen shortcut).
- Tap any row — or the big button — to copy. No dependencies, no build step.
- Open the live URL in Safari.
- Share → Add to Home Screen.
- Launch it like an app; it opens full-screen and shows the current IST time.
index.html— the entire app (HTML + CSS + JS inline).icon.svg,apple-touch-icon.png— home-screen / favicon icons.manifest.webmanifest— PWA manifest for standalone display.