Sebastian Freundt
Sebastian Freundt
Thank you. Using your files I can run the tests successfully: ============================================================================ Testsuite summary for dateutils 0.4.10 ============================================================================ # TOTAL: 886 # PASS: 886 # SKIP: 0 # XFAIL: 0...
Good, can you verify using strace that dconv is indeed seeing and opening the Europe/Berlin and Europe/London files? I.e. send me (possibly anonymised): $ strace -o xxx src/dconv --from-zone 'Europe/London'...
Ta. I see the tzraw diagnosis tool has been built, knew this would come in handy. What's the output of $ lib/tzraw /usr/share/zoneinfo/Europe/London ? Unfortunately I cannot run your binaries...
Oh no. Just as expected. The strace output looks tickety-boo as well. Back to square one :(
Thank you, good catch. A fix is in b60d2ddcfa2909d5103a8a2718ea3123dfd43d22.
Hi, what do you mean by match? Just eat the string, or actually evaluate the string so it acts as `--from-zone`?
I see. I mean you could just not specify it, then (depending on the presence of `-S`) it will be part of the output again. Are you hoping to rewrite,...
I see, the case with explicit zone offsets is easy (and already supported) because it's just a calculation. Using zone names isn't too difficult either but I feel quite uncomfortable...
Hi, thanks for the report. This was indeed an oversight. 49e5bc18e contains a proposal. I would like to keep -E's behaviour to print empty lines so that the result before...
To find out about lines that couldn't be converted. Otherwise, plug a dategrep beforehand to find lines with a given formatting first. If `dateconv` also did filtering then there would...