Jad Chaar
Jad Chaar
Same issue on OS X
@gilbitron was on internet. It just loaded when trying again. It was quite an odd bug I guess.
@zoracon I'd love to help contribute to help fix some of these UI/UX issues. Any task in need of contributors?
@systemcatch is this similar to https://github.com/crsmithdev/arrow/pull/576? If so, we may need to add a few more keys to the locale dictionary to allow translations of only_distance cases.
As discussed in https://github.com/crsmithdev/arrow/issues/668, a possible solution could be to check whether the timestamp is negative and whether the OS is Windows, and based on that, use a purely `timedelta`...
Hey @abschmidt6, thanks for offering to help on this issue, but we already have an open PR for it here that is almost ready to be merged in: https://github.com/crsmithdev/arrow/pull/700.
Reopening this issue as the old patch was reverted due to DST issues. Currently, the negative timestamp tests are being ignored on Windows: https://github.com/crsmithdev/arrow/blob/6c74b8c84eded5d50bb97120972322da4586b481/tests/test_parser.py#L243-L257 It would be nice to support...
Agreed especially so we can compare before and after the Cython work we are planning. Could be cool to constantly update a wiki page (with benchmark graphs) with a CI...
We should probably add descriptions to each benchmark and work on graphing the results.
Rather than creating a new function, I think it may be more consistent with our existing `get()` interface to add this as a keyword argument like `arrow.get(..., excel: bool, default_windows_date:...