Skip to content

vzopensausage/PowerToys.Run.Timestamp

Repository files navigation

Timestamp

Timestamp is a timestamp converting plugin of PowerToys run, just like Timestamp on Wox

Installation

Take a look at PowerToys Official doc.

You may need to create a sub-folder under Plugins like Plugins/Timestamp.

Usage

convert unix timestamp to date string:

ts 1709864813

convert unix timestamp with milliseconds to date string:

ts 1709864813000

convert date string to unix timestamp:

ts 2024-03-08 10:26:53

About

Inspired by Timestamp

Template from PowerToysRun-PluginTemplate