Bug 1158 - atq uses GMT time instead of TZ time
Summary: atq uses GMT time instead of TZ time
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1996-04-25 22:50 UTC by Mark.Olear
Modified: 1996-07-30 07:31 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark.Olear 1996-04-25 22:50:01 UTC
	atq command seems to be using GMT rather than TZ time
	when displaying the at queue.  Things get run when
	they are supposed to though.

How-To-Repeat: 
	tele80> date
	Thu Apr 25 15:08:22 MDT 1996

	tele80> at now + 1 minute
	echo "test" | mail olear
	Job 5 will be executed using /bin/sh

	tele80> atq
	Date                    Owner   Queue   Job#
	21:09:00 04/25/96       olear   c       5

	tele80> date
	Thu Apr 25 15:10:36 MDT 1996

	tele80> atq
	tele80>

	(I received the mail at 15:09)
Comment 1 Joerg Wunsch freebsd_committer freebsd_triage 1996-07-30 07:30:01 UTC
State Changed
From-To: open->closed

The submitter doesn't see the failing behaviour anymore, and the code 
looks okay (it explicitly references localtime().)