Skip to content

ytakahashi/alfred-unixtime-converter

Repository files navigation

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.