From bf18295eb79e0050de9da83a1df3c45afc264bab Mon Sep 17 00:00:00 2001 From: Worros Date: Mon, 27 Dec 2010 17:51:15 +0800 Subject: [PATCH] HHC: Add timezone reference for CCT Made it the same as Perth for the moment. --- pyfpdb/HandHistoryConverter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/HandHistoryConverter.py b/pyfpdb/HandHistoryConverter.py index 34760664..8091b93a 100644 --- a/pyfpdb/HandHistoryConverter.py +++ b/pyfpdb/HandHistoryConverter.py @@ -632,7 +632,7 @@ or None if we fail to get the info """ elif givenTimezone == 'IST': # India Standard Time pass elif givenTimezone == 'CCT': # China Coast Time - pass + givenTZ = timezone('Australia/West') elif givenTimezone == 'JST': # Japan Standard Time pass elif givenTimezone == 'AWST': # Australian Western Standard Time