From fc8ef7a59758c4da6b052b3418dd788ca51cf467 Mon Sep 17 00:00:00 2001 From: Takuya UESHIN Date: Thu, 10 Dec 2020 18:24:43 -0800 Subject: [PATCH] Set PYARROW_IGNORE_TIMEZONE for binder. --- postBuild | 1 + 1 file changed, 1 insertion(+) diff --git a/postBuild b/postBuild index 73fc916fc2..a5fab6ea32 100755 --- a/postBuild +++ b/postBuild @@ -10,3 +10,4 @@ cd jdk1.8.0_131 echo "export JAVA_HOME="`pwd` >> ~/.profile cd bin echo "export PATH="`pwd`":$PATH" >> ~/.profile +echo "export PYARROW_IGNORE_TIMEZONE=1" >> ~/.profile