Hi, I have to check whether a given string ( 'YYYY-MM-DDTHH:MI:SSTZD' - where TZD = Z|+HH:MI|-HH:MI ) contains a valid data and then convert to 'YYYY-MM-DD HH:MI:SS'. I've found a module called Net::ICal::Time, but it doesn't seem to be working properly.. Writing a regex to divide the given string is not a problem, but it would be nice if I had a function that would adjust the time accordingly, given a time zone. Thanks in advance for any suggestions, Ela