• E
    [PATCH] Do date parsing by hand... · ecee9d9e
    Edgar Toernig 提交于
    ...since everything out there is either strange (libc mktime has issues
    with timezones) or introduces unnecessary dependencies for people (libcurl).
    
    This goes back to the old date parsing, but moves it out into a file of
    its own, and does the "struct tm" to "seconds since epoch" handling by
    hand. 
    
    I grepped through the tz-database and it seems there's one "country"
    left that has non-60-minute DST: Lord Howe Island.  All others dropped
    that before 1970. 
    ecee9d9e
commit-tree.c 4.3 KB