I formats dates with the command line option -f% Y-% m-% d or even% d-% b-% y
but each date is issued four years and one day earlier than the input date
for example, the date 01.06.2012after parsing without the -f option appears as 2016-06-02
toying with -f gives the same result
What is the reason? Are there any workarounds besides hard code and subtraction back 4 years and 1 day?
I use xls2csv (according to VB Wagner, it comes with the debian catdoc package) and switching to another parser can be a very expensive option
source
share