jgpippin 5 Posted March 22, 2013 (edited) Download: http://cl.ly/0l210T3y2L1y This workflow has three major functions, which are really only useful for developers. Fetch current unix timestamp. Convert a unix timestamp into the DATETIME format. Fetch a unix timestamp for a future date. Examples: "ts" : 1363987228 "ts 1363987228" : 2013-03-22 05:20:28 "ts next thursday" : 1364443200 "ts 3/5/2013" : 1362502800 "ts 1 year ago" : 1332451288 The results are displayed as a notification and copied into the clipboard. You may optionally edit the workflow and enable pasting into the foremost application. Note that this workflow uses a PHP script, and so uses the date.timezone value in your Mac's php.ini file. If you get inaccurate timestamps, check that value (usually found at /etc/php.ini.default). Edited March 23, 2013 by jgpippin 1 Cliff reacted to this Quote Share this post Link to post