hroptatyr / dateutils

nifty command line date and time utilities; fast date calculations and conversion in the shell
http://www.fresse.org/dateutils/
Other
612 stars 40 forks source link

dseq doesn't accept %V, %W, etc. as output formats #22

Closed hroptatyr closed 10 years ago

hroptatyr commented 10 years ago

Is:

$ dseq -f '%V' 2014-01-12 2014-01-13
00
00

Should be:

$ dseq -f '%V' 2014-01-12 2014-01-13
02
03
hroptatyr commented 10 years ago

fixed in a1e70a8f