rok commented on pull request #10647:
URL: https://github.com/apache/arrow/pull/10647#issuecomment-879403748


   > Thanks for the changes. This looks good. I'm afraid I don't know the 
differences between `date.h` and the system equivalents. By system equivalents 
do you mean `ctime`? In that case does strftime support time zones?
   
   I meant like [cpp](https://en.cppreference.com/w/cpp/chrono/c/strftime) or 
[linux](https://man7.org/linux/man-pages/man3/strftime.3.html) strftimes. It 
seems they support timezones but one still needs to go from UTC to local time 
etc.
   
   > Since we already have the vendored lib in I suppose it comes down to 
readability, simplicity, and performance. What you have here seems plenty 
readable and simple. We can always benchmark the two approaches later.
   
   Fully agreed. Without benchmarking alternatives it's a moot discussion 
anyway. I just wanted to check if I missed something obvious.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to