Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2008-01-07 12:03:31
- bbr322
- Member
- Registered: 2008-01-04
- Posts: 11
Timezone problem, it might be a bug.
There’s a post on my blog published in 2007-09-19 06:18
but the permalink generated by TXP is: /2007/09/18/title
Timezone set in TXP is “GMT +08:00”,
PHP (v5.2) timezone set to UTC by default.
So I have to add this line to config.php to resolve this problem:
ini_set('date.timezone','PRC');
Is this a bug of TXP?
Offline
#2 2008-01-07 12:05:54
- bbr322
- Member
- Registered: 2008-01-04
- Posts: 11
Re: Timezone problem, it might be a bug.
Sorry, maybe I post in wrong place again…
Offline
Pages: 1