OSDN Git Service

Fix some dst issues in _time_mktime().
authorManuel Novoa III <mjn3@codepoet.org>
Sun, 14 Dec 2003 23:51:30 +0000 (23:51 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Sun, 14 Dec 2003 23:51:30 +0000 (23:51 -0000)
commit5cebc517751c48c46022b2ee529659307a94d628
tree1c7294dab856537452b98307a56ebc7a16140750
parentedcbb2ecce1455995c5990fb5f39d14881b809fa
Fix some dst issues in _time_mktime().
  Normalize the tm_isdst value to -1, 0, or 1.
  If no dst for this timezone, then reset tm_isdst to 0.
libc/misc/time/time.c