Commit 7fd31175 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Additional bustage fix for bug 545299.

parent 2be73ea0
...@@ -55,7 +55,7 @@ sub datetime_format_outbound { ...@@ -55,7 +55,7 @@ sub datetime_format_outbound {
# passed in value is likely a string, create a datetime object # passed in value is likely a string, create a datetime object
$time = datetime_from($date, 'UTC'); $time = datetime_from($date, 'UTC');
} }
return $iso_datetime = $time->iso8601(); return $time->iso8601();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment