i know u can change it with php for a page by page basis, but i also know u can change it in the ini file(set the default timezone)
but well i dont know how to do the ini file and im not sure if its allowed on freehosting but well..
can someone let me know if its allowed? or
how to make it so that whoever is viewing my site (the time is in their timezone for them)
sees the right time it is there.
I use Free hosting at myplus.org
|
Ambitious contributor
|
![]() |
| 8Dec2009,13:41 | #2 |
|
You can set the default timezone in INI file using the "date.timezone" setting.
For example, if you are in India, use: Code:
date.timezone = "Asia/Calcutta" Welcome to the forum
|
|
Ambitious contributor
|
![]() |
| 8Dec2009,13:48 | #3 |
|
To set the timezone for los_angeles, use:
Code:
date.timezone = "America/Los Angeles" |
|
Invasive contributor
|
![]() |
| 9Dec2009,10:40 | #4 |
|
Quote:
Originally Posted by venami Use this Code:
date.timezone = "Asia/Kolkata" |
|
Ambitious contributor
|
![]() |
| 9Dec2009,16:04 | #5 |
|
Yes, you are right neo_vi
|
|
Newbie Member
|
|
| 10Dec2009,11:03 | #6 |
|
thanks all for support !
|



