The bug still in svn.
/YAF.Classes.Utils/StaticData.cs:46
I think simple replacement for
decimal hours=Decimal.Parse(node.Attributes["tag"].Value.Replace("GMT", ""), System.Globalization.NumberStyles.Any, System.Globalization.NumberFormatInfo.InvariantInfo);
solves the problem for all cultures.