ytakahashi / alfred-unixtime-converter

Unixtime converter available as alfred workflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alfred-unixtime-converter

GO Actions Status Go Report Card

Unixtime converter available as alfred workflow.

gif image

How to use

Download a package from release page and install.

Activate Alfred and type ut.
Input date string or unix timestamp and you see converted results.

Acceptable input format

Unix Timestamp

Unix timestamp (epoch second)

  • example: 1588291200

Datetime

ISO 8601 date string

  • example: 2020-05-01T12:00:00Z

yyyy- or yyyy-mm-ddT can be omitted. If omitted, current year/date is applied.

About

Unixtime converter available as alfred workflow

License:Apache License 2.0


Languages

Language:Go 97.9%Language:Makefile 2.1%