timezone
Opened this issue · 3 comments
Deleted user commented
is there any way to set the timezone? i looked at the server config and ib code and cant seem to get the time zone set to eastern time so when one posts the time zone shows in eastern time
tslocum commented
A timezone option would be nice to have and fairly easy to add, I will add it in fairly soon.
tslocum commented
Thanks for the kind words. For eastern time add to settings.php:
define('TINYIB_TIMEZONE', 'America/New_York');
tslocum commented
Note that TINYIB_TIMEZONE only affects new posts as the date portion of the post data is stored in a rendered state.