disctimestamps-official-tool
v1.0.0
Published
Discord Timestamp Helper
Readme
Discord Timestamp Helper
A simple utility to generate Discord Unix timestamps.
Usage
const getTimestamp = require('discord-timestamp-helper');
console.log(getTimestamp(new Date(), 'R'));
Visual Generator
For a live preview, use our free tool:
DiscTimestamps.com
code
Code
**File 3: `package.json`**
(Paste this code - **Change the "name"** to something unique like `yourname-timestamp-tool` so it doesn't conflict with others)
```json
{
"name": "CHANGE-THIS-NAME-TO-SOMETHING-UNIQUE",
"version": "1.0.0",
"main": "index.js",
"homepage": "https://disctimestamps.com",
"license": "MIT"
}