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.
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.
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