@gld5000k/timestamp
v1.0.9
Published
A simple timestamp maker for use in e.g. CLI node.js scripts
Downloads
15
Maintainers
Readme
gld-timestamp
A simple timestamp maker for use in e.g. CLI Node.js scripts
Example usage
Install
npm i -D @gld5000k/timestampImport (.mjs)
import { getTimestamp, logTimestampArrow, logTimestamp } from '@gld5000k/timestamp';Return timestamp no arrow
const timestamp = getTimestamp();Log timestamp with arrow
logTimestampArrow('Starting');Log timestamp no arrow
LogTimestamp('Stopping');Console Output
With Arrow
* * * *
* * * *
* * * *
* * * *
* * * * * * * *
* * * * * * *
* * * * * *
* * * * *
* * * *
* * *
* *
*
Starting 2025_07_06T16_26_38_102ZNo Arrow
Stopping 2025_07_06T16_26_38_109Z