]> git.ipfire.org Git - thirdparty/git.git/commit - date.c
date.c: split up dst information in the timezone table
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 30 Apr 2005 21:53:12 +0000 (14:53 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 30 Apr 2005 21:53:12 +0000 (14:53 -0700)
commit5e2a78a4101ec1dafb885c989cc0f958c0de9222
tree9ba8f45d5a16b75d87f1a7de1872e5b04c96f0e5
parenta90588821ac9d3dafc4afa7ebe4e0bc48e9f77c9
date.c: split up dst information in the timezone table

This still doesn't actually really _use_ it properly, nor make any
distinction between different DST rules, but at least we could (if
we wanted to) fake it a bit better.

Right now the code actually still says "it's always summer". I'm
from Finland, I don't like winter.
date.c