• R
    implement week numbers and half of the week-based-year logic for strftime · c5faf1bf
    Rich Felker 提交于
    output for plain week numbers (%U and %W) has been sanity-checked, and
    output for the week-based-year week numbers (%V) has been checked
    extensively against known-good data for the full non-negative range of
    32-bit time_t.
    
    year numbers for week-based years (%g and %G) are not yet implemented.
    c5faf1bf
strftime.c 4.2 KB