Round cube missing date.

Table of Contents

If your “Date” column is blank, or if it’s showing incorrect values, then check your php.ini file, and set the correct timezone for your server.

A sample timezone setting would be:

date.timezone = “Australia/Melbourne”

but can be set to other values, if you know it (google for the proper values)

See this page for a list of all valid php timezones:
http://www.php.net/manual/en/timezones.php