https://github.com/morozgrafix/alfred-datetime-format-converter
Alfred 2 workflow for converting between timestamps and formatted datetime strings with ease.
https://github.com/morozgrafix/alfred-datetime-format-converter
alfred alfred-workflow alfred3-workflow alfred4-workflow
Last synced: 4 days ago
JSON representation
Alfred 2 workflow for converting between timestamps and formatted datetime strings with ease.
- Host: GitHub
- URL: https://github.com/morozgrafix/alfred-datetime-format-converter
- Owner: morozgrafix
- License: mit
- Fork: true (charlax/alfred-datetime-format-converter)
- Created: 2015-06-12T20:10:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T18:40:18.000Z (3 months ago)
- Last Synced: 2025-05-09T16:04:21.982Z (11 days ago)
- Topics: alfred, alfred-workflow, alfred3-workflow, alfred4-workflow
- Language: Python
- Homepage:
- Size: 4.45 MB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alfred-datetime-format-converter
v0.3.1
Added milliseconds - thank you @nivlempert1 for contribution
Updated to work with Python3
For Python 2 use workflow v0.2.1
Alfred workflow for converting between timestamps and formatted datetime strings with ease.
Simply type "df" followed by: nothing or "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](./download/DatetimeFormatConverter.alfredworkflow)
This is my modification of [Date Time Converter by mwaterfall](https://github.com/mwaterfall/alfred-datetime-format-converter), [fork by charlax](https://github.com/charlax/alfred-datetime-format-converter) and [Python3 update by alexmerkel](https://github.com/alexmerkel/alfred-datetime-format-converter)
[Alfred Forum Topic](http://www.alfredforum.com/topic/1558-datetime-format-converter-convert-between-unix-timestamps-and-datetime-strings/)


