alexmerkel / alfred-datetime-format-converter

Alfred workflow for converting between timestamps and formatted datetime strings with ease (Python3 compatible version).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alfred-datetime-format-converter (Python 3 compatible version)

Alfred workflow for converting between timestamps and formatted datetime strings with ease.

Simply type "df" followed by: "now", a UTC unix timestamp, or a formatted datetime string.

This will present you with the parsed date in various formats ready to copy to your clipboard.

Download

Screenshot Screenshot Screenshot

You can define your timezone variable in Alfred workflow variables (Name "timezone", Value following pytz convertions like "US/Eastern") to control displaying datetime. If variable missing, UTC is used by default.

Screenshot

Licenses

Copyright (c) 2013 Michael Waterfall, published under the MIT License

Includes packages:

  • pytz published under the MIT License
  • tzlocal published under the MIT License
  • alfred-python published under the Apache 2.0 License
  • delorean published under the MIT License

About

Alfred workflow for converting between timestamps and formatted datetime strings with ease (Python3 compatible version).

License:MIT License


Languages

Language:Python 100.0%