以下のコードを使用してイベントを作成しますが、"error":{"message":"(#100) You must enter a valid date and time
$event_name = "New Event API Test Event";
$event_start = time() + 60*60;
$event_privacy = "SECRET";
$attachment = array( 'access_token' => $token,
'name' => $event_name,
'start_time' => $event_start,
'privacy_type' => $event_privacy
);
$event_start
を返します1349522919
。私はここで何が間違っているのですか?