time

| 1 min read

noun

usage

time is a currency you can spend on someone, with someone, for someone. it's often devalued. (we should make that a crime.)

you can steal it. you can report it stolen. you can pretend to skip sections of it. (we've all seen how that works out. it's not a youtube video, bro. stop skipping.)

i once thought it was a fossil fuel. i wasn't entirely wrong. (hey, it's non-renewable.)

time is... limited. regrets are not.

notes

see also:

const now = new Date();
const time = `${now.getHours()}:${now.getMinutes()}:${now.getSeconds()}`;