bug#41106: date --date '20180325 02:58:00' fails

2020-05-06 Thread Bernhard Voelker
tag 41106 notabug thanks On 2020-05-06 10:04, Julien Demaria wrote: >> $ date --date '20180325 02:58:00' >> date: invalid date `20180325 02:58:00' > Sorry I just found the reason in the FAQ... :-( >

bug#41106: date --date '20180325 02:58:00' fails

2020-05-06 Thread taehwan jeoung via GNU coreutils Bug Reports
That's showing up your bright stupidity but you future is still bright! keep working on that~! lol... just joke added~ :) 2020년 5월 6일 수요일 오후 05시 47분 51초 GMT+9, Julien Demaria 작성: Sorry I just found the reason in the FAQ... :-(

bug#41106: date --date '20180325 02:58:00' fails

2020-05-06 Thread Julien Demaria
Sorry I just found the reason in the FAQ... :-( https://www.gnu.org/software/coreutils/faq/coreutils-faq.html#The-date-command-is-not-working-right_002e I am in local daylight saving time change case. Thanks De : Julien Demaria Envoyé : mercredi 6 mai

bug#41107: date --date '20180325 02:58:00' fails

2020-05-06 Thread Julien Demaria
Hi, We found this very suspect behavior: $ date --date '20180325 02:58:00' date: invalid date `20180325 02:58:00' but for the previous day it works...: $ date --date '20180323 02:58:00' Fri Mar 23 02:58:00 CET 2018 Is it a bug? Adding -u or setting TZ seems a workaround. Tested with version