Timestamp online converter provides a free and real-time online way to convert Unix time to the current human date, UTC and ISO.
👉 timestamp | English
git clone git@github.com:histeven168/timestamp.git
cd timestamp && yarn
#or
cd timestamp && npm install
#or
cd timestamp && pnpm install
# website URL
NEXT_PUBLIC_SITE_URL=http://localhost
yarn dev
#or
npm run dev
#or
pnpm dev