%% Arbees <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>    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.

_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to