From owner-freebsd-questions Wed May 16 14:12:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 102CF37B422 for ; Wed, 16 May 2001 14:12:37 -0700 (PDT) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.3/8.11.3) id f4GLCG008447; Wed, 16 May 2001 17:12:16 -0400 (EDT) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: FTP Time Zone References: <001b01c0de26$8f34ce60$8701a8c0@youngevity.com> From: Lowell Gilbert Date: 16 May 2001 17:12:16 -0400 In-Reply-To: ronc@2021.com's message of "16 May 2001 19:52:41 +0200" Message-ID: <44d7993snj.fsf@lowellg.ne.mediaone.net> Lines: 14 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ronc@2021.com (ron) writes: > I am trying to find out how to change the time zone for an ftp > login. I tried to place the appropriate TZ changes in a .profile file > and place it in the home directory. However, after that failed > miserably I was told that FTP didn't read the .profile and that it was > only read through telnet. At any case I still need to set an ftp login > (using shftp) to a different time zone to accommodate an automated > synchronization update program for use with a website. If someone > could tell me how to change that I would appreciate it. FTP always works in UTC because it has no way to know what the appropriate time zone would be. Just make your application use UTC as well, and you'll be fine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message