# Pastebin CBAQfcJr my $last_updated = DateTime::Format::Pg->parse_datetime($entity->last_updated); $last_updated->set_time_zone('UTC'); my %props = ( entity => $entity, lastUpdated => $last_updated->iso8601 . 'Z', );