Sponsored Content
Operating Systems Linux Red Hat when users ftp to server the timezone reflected is UTC but the server is set to TZ in localtime Post 302454058 by shtobias on Friday 17th of September 2010 05:54:19 AM
Old 09-17-2010
when users ftp to server the timezone reflected is UTC but the server is set to TZ in localtime

Guys,

Need your help coz my server runs in local time GMT +8, but when client use ftp and login, the resulting timestamp seen in each file is in UTC format. We need to set that the time should be the same as GMT +8 when in ftp session.
I am using RHEL 5.3.

Code:
root@]# ll
total 1740
-rw-r--r-- 1 sc users  2044 Sep 17 16:18 CFSCV00001.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:19 CFSCV00002.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:19 CFSCV00003.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:20 CFSCV00004.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:20 CFSCV00005.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:21 CFSCV00006.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:21 CFSCV00007.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:22 CFSCV00008.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:22 CFSCV00009.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:23 CFSCV00010.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:23 CFSCV00011.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:24 CFSCV00012.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:24 CFSCV00013.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:25 CFSCV00014.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:25 CFSCV00015.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:26 CFSCV00016.DAT

Code:
root@]# ftp <hostname>
Connected to <hostname>
220 (vsFTPd 2.0.5)
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (:root):
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> 
ftp> 
ftp> ls
227 Entering Passive Mode (192,168,50,10,141,170)
150 Here comes the directory listing.
-rw-r--r--    1 101      100          2044 Sep 17 08:18 CFSCV00001.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:19 CFSCV00002.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:19 CFSCV00003.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:20 CFSCV00004.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:20 CFSCV00005.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:21 CFSCV00006.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:21 CFSCV00007.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:22 CFSCV00008.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:22 CFSCV00009.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:23 CFSCV00010.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:23 CFSCV00011.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:24 CFSCV00012.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:24 CFSCV00013.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:25 CFSCV00014.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:25 CFSCV00015.DAT


Thanks

 

8 More Discussions You Might Find Interesting

1. Solaris

How to change Timezone without restarting teh server

Hi I have changed my timezone using the command export TZ='Asia/Calcutta" but teh affect is taking place only in teh shell where I am logged in. If I export teh variable when I open the new session, things are fine. Can I affetct the change universally, without restarting the server. ... (2 Replies)
Discussion started by: krishan
2 Replies

2. Linux

How to set up FTP Server with Active Directory

I've set up a FTP server (vsftpd) with some local user account and it works fine. Now i want to upgrade this FTP server with an ability that can authorize user through Active Directory. I do a search around our forum and it leads me to this page: Native LDAP, native Kerberos and Windows Server... (0 Replies)
Discussion started by: cthinh
0 Replies

3. Shell Programming and Scripting

preserving the timestamp of a file when copied from remote server to local server using ftp

Hi, I need to copy few files from remote server to local server. I write a shell script to connect to the remote server using ftp and go to that path. Now i need to copy those files in the remote directory to my local server with the timestamp of all those files shouldnt be changed. ... (5 Replies)
Discussion started by: arunkumarmc
5 Replies

4. Windows & DOS: Issues & Discussions

Office server => laptop =>client server ...a lengthy and laborious ftp procedure

Hi All, I need your expertise in finding a way to solve my problem.Please excuse if this is not the right forum to ask this question and guide me to the correct forum,if possible. I am a DBA and on a daily basis i have to ftp huge dump files from my company server to my laptop and then... (3 Replies)
Discussion started by: kunwar
3 Replies

5. UNIX for Advanced & Expert Users

Log for Timezone change in unix server

There is a unix server where the time zone has been changed from EST to CST.Can we get any kind of log when it was changed anywhere in the unix machine. Also the path for the same. If there is any other way to know this please let me know (3 Replies)
Discussion started by: dr46014
3 Replies

6. Ubuntu

Set up a Ubuntu server as a FTP server

Hello, How can I set up a ubuntu server as a FTP server? Thanks, (1 Reply)
Discussion started by: Pouchie1
1 Replies

7. HP-UX

Old crontab file reflected after server reboot

Hi All, We are working on HP_UNIX. I am facing a strange problem regarding crontab in our unix environment.Whenever a server reboot takes place on our server the old crontab gets reflected due to which several scripts which were earlier uncommented starts running causing a huge problem .Is... (6 Replies)
Discussion started by: ammbhhar
6 Replies

8. Red Hat

Implement FTP server on RHEL server without using FTP client

We have RHEL 5.8 in our environment, I had a query whether we can implement an FTP server using vsftpd package and Linux configurations like setsebool without using any external FTP clients like FileZilla etc. I am very confused on this. The FTP functionalities that should be present are download &... (3 Replies)
Discussion started by: RHCE
3 Replies
TZSET(3)						     Linux Programmer's Manual							  TZSET(3)

NAME
tzset, tzname, timezone, daylight - initialize time conversion information SYNOPSIS
#include <time.h> void tzset (void); extern char *tzname[2]; extern long timezone; extern int daylight; Feature Test Macro Requirements for glibc (see feature_test_macros(7)): tzset(): _POSIX_C_SOURCE >= 1 || _XOPEN_SOURCE || _POSIX_SOURCE tzname: _POSIX_C_SOURCE >= 1 || _XOPEN_SOURCE || _POSIX_SOURCE timezone: _SVID_SOURCE || _XOPEN_SOURCE daylight: _SVID_SOURCE || _XOPEN_SOURCE DESCRIPTION
The tzset() function initializes the tzname variable from the TZ environment variable. This function is automatically called by the other time conversion functions that depend on the timezone. In a System-V-like environment, it will also set the variables timezone (seconds West of UTC) and daylight (to 0 if this timezone does not have any daylight saving time rules, or to nonzero if there is a time during the year when daylight saving time applies). If the TZ variable does not appear in the environment, the tzname variable is initialized with the best approximation of local wall clock time, as specified by the tzfile(5)-format file localtime found in the system timezone directory (see below). (One also often sees /etc/localtime used here, a symlink to the right file in the system timezone directory.) If the TZ variable does appear in the environment but its value is empty or its value cannot be interpreted using any of the formats speci- fied below, Coordinated Universal Time (UTC) is used. The value of TZ can be one of three formats. The first format is used when there is no daylight saving time in the local timezone: std offset The std string specifies the name of the timezone and must be three or more alphabetic characters. The offset string immediately follows std and specifies the time value to be added to the local time to get Coordinated Universal Time (UTC). The offset is positive if the local timezone is west of the Prime Meridian and negative if it is east. The hour must be between 0 and 24, and the minutes and seconds 0 and 59. The second format is used when there is daylight saving time: std offset dst [offset],start[/time],end[/time] There are no spaces in the specification. The initial std and offset specify the standard timezone, as described above. The dst string and offset specify the name and offset for the corresponding daylight saving timezone. If the offset is omitted, it default to one hour ahead of standard time. The start field specifies when daylight saving time goes into effect and the end field specifies when the change is made back to standard time. These fields may have the following formats: Jn This specifies the Julian day with n between 1 and 365. February 29 is never counted even in leap years. n This specifies the Julian day with n between 1 and 365. February 29 is counted in leap years. Mm.w.d This specifies day d (0 <= d <= 6) of week w (1 <= w <= 5) of month m (1 <= m <= 12). Week 1 is the first week in which day d occurs and week 5 is the last week in which day d occurs. Day 0 is a Sunday. The time fields specify when, in the local time currently in effect, the change to the other time occurs. If omitted, the default is 02:00:00. Here is an example for New Zealand, where the standard time (NZST) is 12 hours ahead of UTC, and daylight saving time (NZDT), 13 hours ahead of UTC, runs from the first Sunday in October to the third Sunday in March, and the changeovers happen at the default time of 02:00:00: TZ="NZST-12.00:00NZDT-13:00:00,M10.1.0,M3.3.0" The third format specifies that the timezone information should be read from a file: :[filespec] If the file specification filespec is omitted, the timezone information is read from the file localtime in the system timezone directory, which nowadays usually is /usr/share/zoneinfo. This file is in tzfile(5) format. If filespec is given, it specifies another tzfile(5)-format file to read the timezone information from. If filespec does not begin with a '/', the file specification is relative to the system timezone directory. Here's an example, once more for New Zealand: TZ=":Pacific/Auckland" FILES
The system timezone directory used depends on the (g)libc version. Libc4 and libc5 use /usr/lib/zoneinfo, and, since libc-5.4.6, when this doesn't work, will try /usr/share/zoneinfo. Glibc2 will use the environment variable TZDIR, when that exists. Its default depends on how it was installed, but normally is /usr/share/zoneinfo. This timezone directory contains the files localtime local timezone file posixrules rules for POSIX-style TZ's Often /etc/localtime is a symlink to the file localtime or to the correct timezone file in the system timezone directory. CONFORMING TO
SVr4, POSIX.1-2001, 4.3BSD. NOTES
Note that the variable daylight does not indicate that daylight saving time applies right now. It used to give the number of some algo- rithm (see the variable tz_dsttime in gettimeofday(2)). It has been obsolete for many years but is required by SUSv2. 4.3BSD had a function char *timezone(zone, dst) that returned the name of the timezone corresponding to its first argument (minutes West of UTC). If the second argument was 0, the standard name was used, otherwise the daylight saving time version. SEE ALSO
date(1), gettimeofday(2), time(2), ctime(3), getenv(3), tzfile(5) COLOPHON
This page is part of release 3.27 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. 2010-02-25 TZSET(3)
All times are GMT -4. The time now is 11:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy