@ LostSheep
From you post

Originally Posted by
LostSheep
please guide me, how cn i setup the local time of my zone /at the top of admin/
Sun, 01 Oct 2006 12:02:48 +0000GMT [127.0.0.1 ]
tnx
And from your signature
zc1.3.5;
localhost; windows xp; apache; mysql5.0.24a;
php5.1.6
Are you also want to change the time of your local server in your windows xp?
If it is the case, find or add the following section in you php.ini (only valid for PHP > v5.1) and add the support for your timezone.
Code:
[Date]
; Defines the default timezone used by the date functions
date.timezone = Etc/GMT+8
Note: in the above
Etc/GMT+8
is only suggestion and you may find a better one for your timezone.
Reference:
XXII. Date and Time Functions
Appendix H. List of Supported Timezones
List of timezones in the group Others
.