Topic: default timezone problem

hi
please help
i set default timezone in admin/settings
to +3:30
but when new user register, timezone is +3
please help
how can fix default timezone?

Re: default timezone problem

please fix this.
i go to database,and go to config
default: 3.5
but when user register in my forum,
in table user, timezone in 3
please check

Re: default timezone problem

why you don't answer?

mhozhabri wrote:

please fix this.
i go to database,and go to config
default: 3.5
but when user register in my forum,
in table user, timezone in 3
please check

4

Re: default timezone problem

Please wait, a punbb staff will attend to you soon.

Re: default timezone problem

In registration form (page) present timezone auto-detect script. It has errors in detecting DST. Timezone detect good, but in some case DST-detection failed.

Re: default timezone problem

no, in db forum_config,
default timezone is 3.5
but when user register in my site,
in forum_users table, timezone is 3

Re: default timezone problem

Default timezone from config is override with auto-detected - https://github.com/punbb/punbb/blob/mas … .php#L215.
You can try comment this line https://github.com/punbb/punbb/blob/mas … r.php#L315 with "//" symbols.

Re: default timezone problem

i don't find this code. please write this line
i must download register.php and replace with old file?

Re: default timezone problem

No. Just find line https://github.com/punbb/punbb/blob/mas … r.php#L315 in your register.php and comment it.
If you can not find this line — you used not 1.4.2 version, maybe.

Re: default timezone problem

hi.
thanks very very much
my problem has been solved