Directadmin with Ubuntu date problem

tim874536

Verified User
Joined
Nov 24, 2006
Messages
71
Hi all,

I am new to ubuntu and directadmin in ubuntu.
The directadmin shows a wrong date in File manager.

The file listed in DA:
Code:
user.sindylpy.hayga.tar.gz	219k	640	Extract
Rename | Copy	[B]Jul 26 07:38 2011[/B]

However, the correct data should be like the output in ssh.
Code:
-rw-r----- 1 admin hayga      219K [B]2011-07-26 15:38:01[/B].727683179 +0800 user.sindylpy.hayga.tar.gz

I have set the correct time zeon by
Code:
dpkg-reconfigure tzdata
and
Code:
ls -l /etc/localtime
lrwxrwxrwx 1 root root 34 2011-07-26 14:08 /etc/localtime -> /usr/share/zoneinfo/Asia/Hong_Kong
Only Directadmin shows the wrong date in my system.

Directadmin: 1.39.1
Ubuntu : 10

Do anyone know the problem?
Thanks.
 
I updated the local time with Hong Kong Observatory NTP before this post.

And nothing changed even used your advice.

Code:
root@hksnw001:~# date
Wed Jul 27 00:49:56 HKT 2011
root@hksnw001:~# ntpdate pool.ntp.org
27 Jul 00:49:53 ntpdate[21196]: step time server 59.148.184.7 offset -15.739132 sec
root@hksnw001:~# date
Wed Jul 27 00:50:01 HKT 2011
root@hksnw001:~#

In DA file list:
Code:
user.sindylpy.hayga.tar.gz	[B]Jul 26 07:38 2011[/B]

In ssh console:
Code:
root@hksnw001:~# cd /home/admin/admin_backups/
root@hksnw001:/home/admin/admin_backups# ls -lh
total 661M
-rw-r----- 1 admin hayga      219K [B]2011-07-26 15:38[/B] user.sindylpy.hayga.tar.gz

Any idea and solution?

Thanks.
 
Back
Top