I'm trying to convert a date string from another application in Groovy. Something like "18-sep-2009 10:25:11 Romance Daylight Time"
It looks like Java does not understand the Romance as timezone alias. "18-sep-2009 10:25:11 Pacific Daylight Time" works fine.
Is there a fix for this other than parse the string and replace "Romance Daylight Time" with the something Java understands? If not, what should it be instead for Europe/Paris timezone?