null+****@clear*****
null+****@clear*****
2012年 6月 9日 (土) 16:55:32 JST
Kouhei Sutou 2012-06-09 16:55:32 +0900 (Sat, 09 Jun 2012) New Revision: e9f9dd6f7d40eaf77e6aff425718499a861f3890 Log: test: use Japan timezone in test TODO: need discussion. Time value literal can't have timezone information. It's processed as local time for now. Is it OK? Should we process it as UTC time instead? Modified files: test/unit/run-test.sh Modified: test/unit/run-test.sh (+3 -0) =================================================================== --- test/unit/run-test.sh 2012-06-09 12:40:24 +0900 (d649d9a) +++ test/unit/run-test.sh 2012-06-09 16:55:32 +0900 (3e811b5) @@ -33,6 +33,9 @@ if test -z "$GROONGA_BENCHMARK"; then fi export GROONGA_BENCHMARK +TZ=JST +export TZ + CUTTER_ARGS= CUTTER_WRAPPER= if test x"$CUTTER_DEBUG" = x"yes"; then