=== Duck's Timestamp Inserter === Contributors: ducklorange Donate link: http://accordingtoduck.com/ Tags: timestamp, unix, php, epoch Requires at least: 2.0 Tested up to: 2.6.2 Stable tag: trunk Allows the current UNIX Timestamp to be used in Wordpress Content, without the possible security risks associated with PHP 'eval' plugins. == Description == Allows the current UNIX Timestamp to be used in Wordpress Content, without the possible security risks associated with PHP 'eval' plugins. Use for the current timestamp. and (where value is an integer) are both supported as well, producing timestamps in the future or past respectively. == Installation == 1. Upload `duckTime.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Place `` wherever you need the current Unix Timestamp in your content. `` and `` can also be used to generate times in the past or present based on the current timestamp (value must be an integer). == Frequently Asked Questions == = My timestamp isn't appearing. What gives? = Make sure there's no spaces in your Insert Markup, and that 'ducktime' is written in lowercase. == Screenshots == This plugin just inserts Unix Timestamps into content on request. There's really nothing to Screenshot.