xref: /dokuwiki/vendor/openpsa/universalfeedcreator/lib/constants.php (revision a0c85aa6fc6c2fa53bb0b6c3e29b94e86a2e0e5d)
1<?php
2// your local timezone, set to "" to disable or for GMT
3if (!defined('TIME_ZONE')) {
4    define("TIME_ZONE", date("O", time()));
5}
6
7/**
8 * Version string.
9 */
10define("FEEDCREATOR_VERSION", "FeedCreator 1.8");
11