bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: file modification time in the future


From: Paul D. Smith
Subject: Re: file modification time in the future
Date: 02 Apr 2001 15:00:02 -0400
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

%% Arbees <address@hidden> writes:

  a> And since the day light saving went into effect
  a> yesterday (time was moved ahead an hour) I am getting
  a> "modification time is in the future" when I run make.
  a> Seems like the daylight saving calculations isn't
  a> being done? Is this a known issue or is there
  a> something I am missing? I am trying to go through the
  a> mailing list archive also to see if there is anything
  a> in it regarding this.

GNU make doesn't do anything with daylight savings time at all.

It asks the system for the timestamp on files (and the current time),
which come back in POSIX format (# of seconds since the Epoch (UTC),
which is the same regardless of whether you're using DST or not), then
it compares them as integers.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>    HASMAT--HA Software Methods & Tools
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-------------------------------------------------------------------------------
   These are my opinions---Nortel Networks takes no responsibility for them.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]