Per this question on SO, unless we can find some sort of standard that matches up with # GMT0BST,3,0,30,3600,10,0,26,7200[,3600], I think we can go ahead and deprecate it as a supported tzstr format (just in time now that @pablogsal has fixed it our support for it)!
I'm thinking we should
I'm fairly confident that this won't cause major problems, since support for this format was inadvertently broken several releases back and we haven't heard anything.
Per this question on SO, unless we can find some sort of standard that matches up with
# GMT0BST,3,0,30,3600,10,0,26,7200[,3600], I think we can go ahead and deprecate it as a supportedtzstrformat (just in time now that @pablogsal has fixed it our support for it)!I'm thinking we should
DeprecatedFormatWarningon a successfully parsed string in this format (not aDeprecationWarning, I want people to actually see it).. cautionnote about the deprecation of the format.I'm fairly confident that this won't cause major problems, since support for this format was inadvertently broken several releases back and we haven't heard anything.