tslocum / TinyIB

MOVED TO GITLAB - Lightweight PHP image board with MySQL, PostgreSQL, SQLite and flat file database support

Home Page:https://gitlab.com/tslocum/TinyIB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timezone

opened this issue · 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.