Simplify get-timezone.
commit045fb5cd9f6e1d4ffadb46dcf9c9f151dfb192d2
authorStas Boukarev <stassats@gmail.com>
Mon, 9 May 2016 11:50:28 +0000 (9 14:50 +0300)
committerStas Boukarev <stassats@gmail.com>
Mon, 9 May 2016 11:50:28 +0000 (9 14:50 +0300)
treebb8b0af31fb7323d1d957dffc73b08cabcfe3d24
parentfc7c6accc1678a7c81c97a51e30f098b9e4ac0c4
Simplify get-timezone.

Return seconds-west as the first value, daylight-savings-p as the
second. Which removes the first value of NIL coming from the void
return type.
src/code/time.lisp
src/code/unix.lisp
src/runtime/time.c