tslocum/TinyIB

timezone

Opened this issue · 3 comments

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

A timezone option would be nice to have and fairly easy to add, I will add it in fairly soon.

Thanks for the kind words. For eastern time add to settings.php:

define('TINYIB_TIMEZONE', 'America/New_York');

Note that TINYIB_TIMEZONE only affects new posts as the date portion of the post data is stored in a rendered state.