let ctime ?zone time =
  let args =
    [sv_of_float time] @
    match zone with
        None -> []
      | Some zone -> [sv_of_string zone] in
  string_of_sv (call ~fn:"Date::Format::ctime" args)