rok commented on a change in pull request #10647:
URL: https://github.com/apache/arrow/pull/10647#discussion_r668593700



##########
File path: python/pyarrow/tests/test_compute.py
##########
@@ -1347,6 +1351,32 @@ def test_strptime():
     assert got == expected
 
 
+# TODO: We should test on windows once ARROW-13168 is resolved.
[email protected]
[email protected](sys.platform == 'win32',
+                    reason="Timezone database is not available on Windows yet")
+def test_strftime():

Review comment:
       date.h will fail on naive timestamp:
   > ***%z*** | The offset from UTC in the ISO 8601 format. For example -0430 
refers to 4 hours 30 minutes behind UTC. If the offset is zero, +0000 is used. 
The modified commands %Ez and %Oz insert a : between the hours and minutes: 
-04:30. If the offset information is not available, failbit will be set.
   
   I'll see if I can make it pandas-like.




-- 
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