This Logseq plugin converts unix timestamps to human-readable dates in both your local timezone and UTC.
- Select a unix timestamp in Logseq (e.g., 1677685200)
- A popup will appear showing:
- The original timestamp
- The date in your local timezone
- The date in UTC
onInputSelectionEnd: IUserHook<{ caret: any; end: number; point: { x: number; y: number }; start: number; text: string }, IUserOffHook>
🏷 Minimal version of App 0.4.6 !
npm install && npm run buildin terminal to install dependencies.Load unpacked pluginin Logseq Desktop client.
MIT