![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SuSE SUSE Linux is a major operating system. The developer rights are owned by Novell, Inc. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Network Time server | mm00123 | SUN Solaris | 14 | 04-14-2008 08:47 AM |
| adding time server | aladdin | UNIX for Dummies Questions & Answers | 4 | 08-09-2007 08:04 AM |
| How To Provide Time Sync Using Nts-150 Time Server On Unix Network? | pesty | UNIX for Advanced & Expert Users | 2 | 03-22-2007 02:20 AM |
| time server | fsmadi | SUN Solaris | 1 | 03-05-2007 09:33 AM |
| Stamping Text on an Image File | pageld | Shell Programming and Scripting | 0 | 04-29-2004 05:23 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Regarding Time Stamping in the FTP Server
How can i change the FTP Server time stamping?
Problem is 1. Our server timing is Fri Feb 13 14:17:22 SGT 2009 2. Out FTP Server timing is GMT Can anyone tell me how can i make the FTP Server timing is our local timing? |
|
||||
|
filetimes - (mtime, ctime, and atime) if that is what you are talking about - are always set to UTC (GMT). When you login to a box, the login changes the TZ variable (or whatever your system does to set the timezone) of the login process.
So, when ever you call "ls" or anything else that shows filetimes, it gets translated to the local timezone. As defined above. If you can change the TZ variable to GMT (or whatever the ftp server does to set timeszones) for ftp users at login/connect then you can do what you want. I personally do not know how to do that. I assume it is a property of the time setting in the ftpd process. So when you start ftpd as root, on the ftp server, it needs to think it is in the GMT timezone. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|